diff --git a/poetry.lock b/poetry.lock index 9e684d4..d9a7ccb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -574,7 +574,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "2b0b56a7745c55184de59a2ef30f617e8ba020382033e4fc855147ba096637a3" +content-hash = "b6bc93886458708baeea4c07ad92f0613d6aeac113875d9ff2e9a3afb71d000d" [metadata.files] aioredis = [ diff --git a/pyproject.toml b/pyproject.toml index db008d1..aeeb2c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPLv3" [tool.poetry.dependencies] python = "^3.10" -fastapi = ">=0.81.0" +fastapi = ">=0.82.0" uvicorn = {version = ">=0.18.3", extras = ["standard"]} httpx = {version = ">=0.23.0", extras = ["http2"]} httpx-cache = ">=0.6.0" @@ -18,11 +18,9 @@ fastapi-cache2 = ">=0.1.9" aioredis = {version = ">=2.0.1", extras = ["hiredis"]} redis = ">=4.3.4" msgpack = ">=1.0.4" -pydantic = ">=1.10.1" [tool.poetry.dev-dependencies] -mypy = ">=0.971" -fastapi = ">=0.81.0" +fastapi = ">=0.82.0" uvicorn = {version = ">=0.18.3", extras = ["standard"]} httpx = {version = ">=0.23.0", extras = ["http2"]} httpx-cache = ">=0.6.0" @@ -33,7 +31,7 @@ fastapi-cache2 = ">=0.1.9" aioredis = {version = ">=2.0.1", extras = ["hiredis"]} redis = ">=4.3.4" msgpack = ">=1.0.4" -pydantic = ">=1.10.1" +mypy = ">=0.971" types-toml = ">=0.10.8" [build-system] diff --git a/requirements.txt b/requirements.txt index 4fc3a94..e56bbca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ msgpack==1.0.4 orjson==3.8.0; python_version >= "3.7" packaging==21.3; python_version >= "3.6" pendulum==2.1.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0" -pydantic==1.10.1; python_version >= "3.7" +pydantic==1.10.1; python_version >= "3.7" and python_full_version >= "3.6.1" and python_version < "4.0" pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6" python-dateutil==2.8.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0" python-dotenv==0.21.0; python_version >= "3.7" and python_version < "4.0"