From a4d30ba0d10b1243ec6a3e397b1cb2a5fcbfe570 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Thu, 5 Oct 2023 11:27:43 +0300 Subject: [PATCH] Change base python to 3.12 and pin pydantic to V1 --- requirements-dev.txt | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 35d47f31..844827fd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,7 +11,7 @@ mypy pyyaml httpx fastapi -pydantic +pydantic==1.10.13 numpy scipy boto3 diff --git a/tox.ini b/tox.ini index f436345c..547a1a45 100644 --- a/tox.ini +++ b/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}