bump lib versions

This commit is contained in:
Alexandre Teles 2022-09-05 12:24:47 -03:00
parent bdbff93ec8
commit 321b5a4b3d
3 changed files with 5 additions and 7 deletions

2
poetry.lock generated
View File

@ -574,7 +574,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "2b0b56a7745c55184de59a2ef30f617e8ba020382033e4fc855147ba096637a3" content-hash = "b6bc93886458708baeea4c07ad92f0613d6aeac113875d9ff2e9a3afb71d000d"
[metadata.files] [metadata.files]
aioredis = [ aioredis = [

View File

@ -7,7 +7,7 @@ license = "AGPLv3"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"
fastapi = ">=0.81.0" fastapi = ">=0.82.0"
uvicorn = {version = ">=0.18.3", extras = ["standard"]} uvicorn = {version = ">=0.18.3", extras = ["standard"]}
httpx = {version = ">=0.23.0", extras = ["http2"]} httpx = {version = ">=0.23.0", extras = ["http2"]}
httpx-cache = ">=0.6.0" httpx-cache = ">=0.6.0"
@ -18,11 +18,9 @@ fastapi-cache2 = ">=0.1.9"
aioredis = {version = ">=2.0.1", extras = ["hiredis"]} aioredis = {version = ">=2.0.1", extras = ["hiredis"]}
redis = ">=4.3.4" redis = ">=4.3.4"
msgpack = ">=1.0.4" msgpack = ">=1.0.4"
pydantic = ">=1.10.1"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
mypy = ">=0.971" fastapi = ">=0.82.0"
fastapi = ">=0.81.0"
uvicorn = {version = ">=0.18.3", extras = ["standard"]} uvicorn = {version = ">=0.18.3", extras = ["standard"]}
httpx = {version = ">=0.23.0", extras = ["http2"]} httpx = {version = ">=0.23.0", extras = ["http2"]}
httpx-cache = ">=0.6.0" httpx-cache = ">=0.6.0"
@ -33,7 +31,7 @@ fastapi-cache2 = ">=0.1.9"
aioredis = {version = ">=2.0.1", extras = ["hiredis"]} aioredis = {version = ">=2.0.1", extras = ["hiredis"]}
redis = ">=4.3.4" redis = ">=4.3.4"
msgpack = ">=1.0.4" msgpack = ">=1.0.4"
pydantic = ">=1.10.1" mypy = ">=0.971"
types-toml = ">=0.10.8" types-toml = ">=0.10.8"
[build-system] [build-system]

View File

@ -25,7 +25,7 @@ msgpack==1.0.4
orjson==3.8.0; python_version >= "3.7" orjson==3.8.0; python_version >= "3.7"
packaging==21.3; python_version >= "3.6" 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" 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" 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-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" python-dotenv==0.21.0; python_version >= "3.7" and python_version < "4.0"