Merge pull request #166 from grillazz/158-granian-poc

bump project deps
This commit is contained in:
Jakub Miazek 2024-08-17 15:36:45 +02:00 committed by GitHub
commit 5d1babd1d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1105 additions and 1013 deletions

2090
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,31 +8,31 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {version = "^0.111.1", extras = ["all"]}
fastapi = {version = "^0.112.1", extras = ["all"]}
pydantic = {version = "^2.8.2", extras = ["email"]}
pydantic-settings = "^2.3.4"
sqlalchemy = "^2.0.31"
uvicorn = { version = "^0.30.1", extras = ["standard"]}
pydantic-settings = "^2.4.0"
sqlalchemy = "^2.0.32"
uvicorn = { version = "^0.30.6", extras = ["standard"]}
asyncpg = "^0.29.0"
alembic = "^1.13.2"
httpx = "^0.27.0"
pytest = "^8.2.2"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
uvloop = "^0.19.0"
uvloop = "^0.20.0"
httptools = "^0.6.1"
rich = "^13.7.1"
pyjwt = {version = "^2.8.0", extras = ["cryptography"]}
redis = "^5.0.7"
pyjwt = {version = "^2.9.0", extras = ["cryptography"]}
redis = "^5.0.8"
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
polars = "^1.2.0"
polars = "^1.5.0"
python-multipart = "^0.0.9"
fastexcel = "^0.10.2"
fastexcel = "^0.11.5"
fastapi-cache2 = {git = "https://github.com/yoco-tech/fastapi-cache.git", rev = "main"}
inline-snapshot = "^0.11.0"
dirty-equals = "^0.7.1.post0"
inline-snapshot = "^0.12.1"
dirty-equals = "^0.8.0"
polyfactory = "^2.16.2"
granian = "^1.5.1"
transformers = "^4.42.4"
granian = "^1.5.2"
transformers = "^4.44.0"
[tool.poetry.group.dev.dependencies]
devtools = { extras = ["pygments"], version = "*" }