File tree Expand file tree Collapse file tree 2 files changed +33
-394
lines changed
Expand file tree Collapse file tree 2 files changed +33
-394
lines changed Original file line number Diff line number Diff line change @@ -5,44 +5,41 @@ description = "A modern FastAPI application with SQLAlchemy 2.0 and AsyncPG for
55readme = " README.md"
66requires-python = " >=3.13"
77dependencies = [
8- " fastapi[all]>=0.115.6 " ,
9- " pydantic[email]>=2.10.3 " ,
10- " pydantic-settings>=2.7.0 " ,
11- " sqlalchemy>=2.0.36 " ,
8+ " fastapi[all]>=0.115.11 " ,
9+ " pydantic[email]>=2.10.6 " ,
10+ " pydantic-settings>=2.8.1 " ,
11+ " sqlalchemy>=2.0.38 " ,
1212 " uvicorn[standard]>=0.34.0" ,
1313 " asyncpg>=0.30.0" ,
14- " alembic>=1.14.0 " ,
14+ " alembic>=1.15.1 " ,
1515 " httpx>=0.28.1" ,
16- " pytest>=8.3.4 " ,
16+ " pytest>=8.3.5 " ,
1717 " pytest-cov>=6.0.0" ,
1818 " uvloop>=0.21.0" ,
1919 " httptools>=0.6.4" ,
2020 " rich>=13.9.4" ,
21- " pyjwt[cryptography] >=2.10.1" ,
21+ " pyjwt>=2.10.1" ,
2222 " redis>=5.2.1" ,
23- " bcrypt>=4.2.1 " ,
24- " polars>=1.17.1 " ,
23+ " bcrypt>=4.3.0 " ,
24+ " polars>=1.24.0 " ,
2525 " python-multipart>=0.0.20" ,
26- " fastexcel>=0.12.0" ,
27- " fastapi-cache2>=0.2.1" ,
26+ " fastexcel>=0.13.0" ,
2827 " inline-snapshot>=0.17.0" ,
2928 " dirty-equals>=0.8.0" ,
3029 " polyfactory>=2.18.1" ,
3130 " granian>=1.7.0" ,
3231 " apscheduler[redis,sqlalchemy]>=4.0.0a5" ,
33- " pendulum @ git+https://github.com/sdispater/pendulum.git@develop"
3432]
3533
3634[tool .uv ]
3735dev-dependencies = [
3836 " ruff>=0.9.10" ,
3937 " devtools[pygments]>=0.12.2" ,
40- " safety" ,
41- " pyupgrade" ,
42- " ipython>=8.26.0" ,
43- " sqlacodegen>=3.0.0rc5" ,
44- " tryceratops>=2.3.3" ,
45- " locust>=2.31.3"
38+ " pyupgrade>=3.19.1" ,
39+ " ipython>=9.0.2" ,
40+ " sqlacodegen>=3.0.0" ,
41+ " tryceratops>=2.4.1" ,
42+ " locust>=2.33.0"
4643
4744]
4845
You can’t perform that action at this time.
0 commit comments