bump project deps wip

This commit is contained in:
Jakub Miazek
2023-09-15 12:35:31 +02:00
parent c4cee5c5cf
commit 81420f41f8
2 changed files with 7 additions and 7 deletions

View File

@@ -8,13 +8,13 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.101.1"
pydantic = {version = "2.2.1", extras = ["email"]}
fastapi = "0.103.1"
pydantic = {version = "2.3.0", extras = ["email"]}
pydantic-settings = "2.0.3"
sqlalchemy = "2.0.20"
uvicorn = { version = "0.23.2", extras = ["standard"]}
asyncpg = "0.28.0"
alembic = "1.11.3"
alembic = "1.12.0"
httpx = "*"
pytest-cov = "*"
pytest-asyncio = "*"