Skip to content

Commit aacb380

Browse files
anton-petrovosminogin
authored andcommitted
Change base python to 3.12 and pin pydantic to V1
1 parent b326358 commit aacb380

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mypy
1111
pyyaml
1212
httpx
1313
fastapi
14-
pydantic
14+
pydantic==1.10.13
1515
numpy
1616
scipy
1717
boto3

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ deps=
2020
werkzeug<=2.2.2
2121
extras=
2222
yaml
23+
pydantic<2
24+
flask
25+
aiohttp
2326
commands = pytest -c tests/.configs/pytest.ini
2427
python_files = test_*_py3*.py
2528

2629
[testenv:coveralls]
2730
passenv = GITHUB_*, COVERALLS_*
28-
basepython=python3.11
31+
basepython=python3.12
2932
usedevelop=True
3033
deps=
3134
{[testenv]deps}

0 commit comments

Comments
 (0)