Skip to content

Commit 29cdd36

Browse files
committed
bump dependencies and update project version to 1.24.0
1 parent abec903 commit 29cdd36

2 files changed

Lines changed: 155 additions & 122 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
[project]
22
name = "fastapi-sqlalchemy-asyncpg"
3-
version = "1.22.0"
3+
version = "1.24.0"
44
description = "A modern FastAPI application with SQLAlchemy 2.0 and AsyncPG for high-performance async database operations. Features include JWT authentication with Redis token storage, password hashing, connection pooling, data processing with Polars, Rich logging, task scheduling with APScheduler, and Shakespeare datasets integration."
55
readme = "README.md"
66
requires-python = "==3.14.0"
77
dependencies = [
8-
"fastapi[all]==0.121.2",
9-
"pydantic[email]==2.12.4",
8+
"fastapi[all]==0.124.4",
9+
"pydantic[email]==2.12.5",
1010
"pydantic-settings==2.12.0",
11-
"sqlalchemy==2.0.44",
11+
"sqlalchemy==2.0.45",
1212
"uvicorn[standard]==0.38.0",
13-
"asyncpg==0.30.0",
13+
"asyncpg==0.31.0",
1414
"alembic==1.17.2",
1515
"httpx==0.28.1",
16-
"pytest==9.0.1",
16+
"pytest==9.0.2",
1717
"pytest-cov==7.0.0",
1818
"uvloop==0.22.1",
1919
"httptools==0.7.1",
2020
"rich==14.2.0",
2121
"pyjwt==2.10.1",
22-
"redis==7.0.1",
22+
"redis==7.1.0",
2323
"bcrypt==5.0.0",
24-
"polars[pyarrow]==1.35.2",
24+
"polars[pyarrow]==1.36.1",
2525
"python-multipart==0.0.20",
26-
"fastexcel==0.16.0",
26+
"fastexcel==0.18.0",
2727
"inline-snapshot==0.31.1",
28-
"dirty-equals==0.10.0",
29-
"polyfactory==3.0.0",
30-
"granian==2.5.7",
28+
"dirty-equals==0.11",
29+
"polyfactory==3.1.0",
30+
"granian==2.6.0",
3131
"apscheduler[redis,sqlalchemy]>=4.0.0a6",
3232
"rotoger==0.2.1",
3333
]
3434

3535
[tool.uv]
3636
dev-dependencies = [
37-
"ruff==0.14.5",
37+
"ruff==0.14.9",
3838
"devtools[pygments]==0.12.2",
39-
"pyupgrade==3.21.1",
40-
"ipython==9.7.0",
39+
"pyupgrade==3.21.2",
40+
"ipython==9.8.0",
4141
"tryceratops==2.4.1",
4242
]
4343

0 commit comments

Comments
 (0)