mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 16:07:51 +03:00 
			
		
		
		
	Require Cython>=3.1.1
This commit is contained in:
		
							parent
							
								
									561ff46658
								
							
						
					
					
						commit
						183b2ae7ff
					
				
							
								
								
									
										2
									
								
								.github/workflows/tests-and-linters.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests-and-linters.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -44,7 +44,7 @@ jobs: | |||
|       - uses: actions/setup-python@v4 | ||||
|         with: | ||||
|           python-version: 3.12 | ||||
|       - run: pip install tox 'cython>=3,<4' | ||||
|       - run: pip install tox | ||||
|       - run: tox -vv | ||||
|         env: | ||||
|           TOXENV: coveralls | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| [build-system] | ||||
| requires = ["setuptools", "Cython"] | ||||
| requires = ["setuptools", "Cython>=3.1.1"] | ||||
| build-backend = "setuptools.build_meta" | ||||
| 
 | ||||
| [project] | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| cython==3.1.0 | ||||
| cython==3.1.1 | ||||
| setuptools | ||||
| pytest | ||||
| pytest-asyncio | ||||
|  | @ -13,7 +13,8 @@ mypy | |||
| pyyaml | ||||
| httpx | ||||
| fastapi | ||||
| pydantic==1.10.17 | ||||
| pydantic | ||||
| pydantic-settings | ||||
| numpy | ||||
| scipy | ||||
| boto3 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user