Skip to content

Commit adf87bc

Browse files
committed
bump and fix project deps
1 parent 6db1436 commit adf87bc

3 files changed

Lines changed: 754 additions & 882 deletions

File tree

pyproject.old

Lines changed: 0 additions & 90 deletions
This file was deleted.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "fastapi-sqlalchemy-asyncpg"
3-
version = "0.21.0"
3+
version = "0.22.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"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.14"
77
dependencies = [
88
"fastapi[all]>=0.116.2",
99
"pydantic[email]>=2.12.0a1",
1010
"pydantic-settings>=2.10.1",
11-
"sqlalchemy>=2.0.43",
12-
"uvicorn[standard]>=0.36.0",
11+
"sqlalchemy==2.0.44",
12+
"uvicorn==0.38.0",
1313
"asyncpg>=0.30.0",
1414
"alembic>=1.16.5",
1515
"httpx>=0.28.1",
@@ -21,15 +21,15 @@ dependencies = [
2121
"pyjwt>=2.10.1",
2222
"redis>=6.4.0",
2323
"bcrypt>=4.3.0",
24-
"polars[pyarrow]>=1.33.1",
24+
"polars==1.35.2",
2525
"python-multipart>=0.0.20",
2626
"fastexcel>=0.15.1",
2727
"inline-snapshot>=0.29.0",
2828
"dirty-equals>=0.10.0",
2929
"polyfactory>=2.22.2",
3030
"granian>=2.5.4",
3131
"apscheduler[redis,sqlalchemy]>=4.0.0a6",
32-
"rotoger>=0.1.1",
32+
"rotoger==0.1.1",
3333
]
3434

3535
[tool.uv]

0 commit comments

Comments
 (0)