mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-01 19:03:19 +03:00
Change base python to 3.12 and pin pydantic to V1
This commit is contained in:
parent
03ee0b43c2
commit
a4d30ba0d1
|
@ -11,7 +11,7 @@ mypy
|
|||
pyyaml
|
||||
httpx
|
||||
fastapi
|
||||
pydantic
|
||||
pydantic==1.10.13
|
||||
numpy
|
||||
scipy
|
||||
boto3
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -16,7 +16,7 @@ deps=
|
|||
mypy_boto3_s3
|
||||
extras=
|
||||
yaml
|
||||
pydantic
|
||||
pydantic<2
|
||||
flask
|
||||
aiohttp
|
||||
commands = pytest -c tests/.configs/pytest.ini
|
||||
|
@ -24,7 +24,7 @@ python_files = test_*_py3*.py
|
|||
|
||||
[testenv:coveralls]
|
||||
passenv = GITHUB_*, COVERALLS_*
|
||||
basepython=python3.11
|
||||
basepython=python3.12
|
||||
usedevelop=True
|
||||
deps=
|
||||
{[testenv]deps}
|
||||
|
|
Loading…
Reference in New Issue
Block a user