bump project deps and update README.md

This commit is contained in:
Jakub Miazek
2024-10-16 15:53:52 +02:00
parent bd9d7ac0d6
commit 296b68777e
3 changed files with 573 additions and 577 deletions

View File

@@ -8,31 +8,31 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {version = "^0.112.2", extras = ["all"]}
pydantic = {version = "^2.8.2", extras = ["email"]}
pydantic-settings = "^2.4.0"
sqlalchemy = "^2.0.32"
uvicorn = { version = "^0.30.6", extras = ["standard"]}
fastapi = {version = "^0.115.2", extras = ["all"]}
pydantic = {version = "^2.9.2", extras = ["email"]}
pydantic-settings = "^2.5.2"
sqlalchemy = "^2.0.36"
uvicorn = { version = "^0.32.0", extras = ["standard"]}
asyncpg = "^0.29.0"
alembic = "^1.13.2"
alembic = "^1.13.3"
httpx = "^0.27.2"
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
uvloop = "^0.20.0"
httptools = "^0.6.1"
rich = "^13.8.0"
uvloop = "^0.21.0"
httptools = "^0.6.2"
rich = "^13.9.2"
pyjwt = {version = "^2.9.0", extras = ["cryptography"]}
redis = "^5.0.8"
redis = "^5.1.1"
bcrypt = "^4.2.0"
polars = "^1.6.0"
python-multipart = "^0.0.9"
fastexcel = "^0.11.6"
polars = "^1.9.0"
python-multipart = "^0.0.12"
fastexcel = "^0.12.0"
fastapi-cache2 = {git = "https://github.com/yoco-tech/fastapi-cache.git", rev = "main"}
inline-snapshot = "^0.12.1"
inline-snapshot = "^0.13.3"
dirty-equals = "^0.8.0"
polyfactory = "^2.16.2"
granian = "^1.5.2"
transformers = "^4.44.2"
polyfactory = "^2.17.0"
granian = "^1.6.1"
transformers = "^4.45.2"
apscheduler = {version = "^4.0.0a5", extras = ["redis,sqlalchemy"]}
[tool.poetry.group.dev.dependencies]