mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
bump project deps wip
This commit is contained in:
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user