Skip to content

Commit 8cf63d4

Browse files
committed
Update libraries
1 parent a5c7494 commit 8cf63d4

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

poetry.lock

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Changelog = "https://github.com/koldakov/futuramaapi/blob/main/CHANGELOG.md"
1818
[tool.poetry.dependencies]
1919
python = "^3.12"
2020
hypercorn = {extras = ["uvloop"], version = "^0.18.0"}
21-
pydantic-settings = "^2.12.0"
21+
pydantic-settings = "^2.13.1"
2222
fastapi-storages = "^0.3.0"
2323
asyncpg = "^0.31.0"
2424
anyio = "^4.12.1"
@@ -34,13 +34,13 @@ sqlalchemy = "^2.0.46"
3434
pillow = "^12.1.1"
3535
fastapi = "^0.129.0"
3636
sse-starlette = "^3.2.0"
37-
fastapi-mail = "^1.6.1"
38-
sentry-sdk = "^2.52.0"
37+
fastapi-mail = "^1.6.2"
38+
sentry-sdk = "^2.53.0"
3939
fastapi-pagination = "^0.15.10"
40-
redis = "^7.1.1"
40+
redis = "^7.2.0"
4141
pydantic = "^2.12.5"
4242
alembic = "^1.18.4"
43-
strawberry-graphql = "^0.291.3"
43+
strawberry-graphql = "^0.298.0"
4444
markdown = "^3.10.2"
4545
bleach = "^6.3.0"
4646
aiofiles = "^25.1.0"

0 commit comments

Comments
 (0)