bump project deps

This commit is contained in:
Jakub Miazek
2024-05-18 13:59:20 +02:00
parent f3db7aa33c
commit dd8dbe29b2
2 changed files with 206 additions and 283 deletions

View File

@@ -9,37 +9,36 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.111.0"
pydantic = {version = "2.7.1", extras = ["email"]}
pydantic-settings = "2.2.1"
sqlalchemy = "2.0.30"
uvicorn = { version = "0.29.0", extras = ["standard"]}
asyncpg = "0.29.0"
alembic = "1.13.1"
httpx = "0.27.0"
pydantic = {version = "^2.7.1", extras = ["email"]}
pydantic-settings = "^2.2.1"
sqlalchemy = "^2.0.30"
uvicorn = { version = "^0.29.0", extras = ["standard"]}
asyncpg = "^0.29.0"
alembic = "^1.13.1"
httpx = "^0.27.0"
pytest = "^8.1.1"
pytest-cov = "5.0.0"
uvloop = "0.19.0"
httptools = "0.6.1"
rich = "13.7.1"
pyjwt = {version = "2.8.0", extras = ["cryptography"]}
redis = "5.0.4"
pytest-cov = "^5.0.0"
uvloop = "^0.19.0"
httptools = "^0.6.1"
rich = "^13.7.1"
pyjwt = {version = "^2.8.0", extras = ["cryptography"]}
redis = "^5.0.4"
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
polars = "^0.20.22"
polars = "^0.20.26"
python-multipart = "^0.0.9"
fastexcel = "^0.10.2"
fastapi-cache2 = {git = "https://github.com/yoco-tech/fastapi-cache.git", rev = "main"}
inline-snapshot = "^0.9.0"
dirty-equals = "^0.7.1.post0"
polyfactory = "^2.15.0"
polyfactory = "^2.16.0"
[tool.poetry.group.dev.dependencies]
devtools = { extras = ["pygments"], version = "*" }
safety = "*"
pyupgrade = "*"
ipython = "8.24.0"
ruff = "0.4.3"
psycopg2-binary = "*"
sqlacodegen = "3.0.0rc5"
ipython = "^8.24.0"
ruff = "^0.4.3"
sqlacodegen = "^3.0.0rc5"
tryceratops = "^2.3.2"
locust = "^2.27.0"