mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
bump project deps
This commit is contained in:
@@ -8,7 +8,7 @@ license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
fastapi = "0.110.0"
|
||||
fastapi = "0.110.1"
|
||||
pydantic = {version = "2.6.4", extras = ["email"]}
|
||||
pydantic-settings = "2.2.1"
|
||||
sqlalchemy = "2.0.29"
|
||||
@@ -24,22 +24,22 @@ rich = "13.7.1"
|
||||
pyjwt = {version = "2.8.0", extras = ["cryptography"]}
|
||||
redis = "5.0.3"
|
||||
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
|
||||
polars = "^0.20.17"
|
||||
polars = "^0.20.18"
|
||||
python-multipart = "^0.0.9"
|
||||
fastexcel = "^0.10.1"
|
||||
fastexcel = "^0.10.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
devtools = { extras = ["pygments"], version = "*" }
|
||||
safety = "*"
|
||||
pyupgrade = "*"
|
||||
ipython = "*"
|
||||
ruff = "*"
|
||||
ipython = "8.23.0"
|
||||
ruff = "0.3.5"
|
||||
psycopg2-binary = "*"
|
||||
sqlacodegen = "3.0.0rc5"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
tryceratops = "^2.3.2"
|
||||
tryceratops = "^2.3.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user