File tree Expand file tree Collapse file tree 2 files changed +140
-175
lines changed
Expand file tree Collapse file tree 2 files changed +140
-175
lines changed Original file line number Diff line number Diff line change @@ -6,29 +6,26 @@ readme = "README.md"
66requires-python = " >=3.13"
77license = { text = " GPL-3.0-or-later" }
88dependencies = [
9- " fastapi==0.116.1" ,
10- " uvicorn==0.35.0" ,
11- " email-validator==2.2.0" ,
12- " pydantic-settings==2.10.1" ,
13- " apscheduler==3.11.0" ,
9+ " fastapi==0.121.3" ,
10+ " uvicorn==0.38.0" ,
11+ " email-validator==2.3.0" ,
12+ " pydantic-settings==2.12.0" ,
1413 " odmantic==1.0.2" ,
15- " neo4j==5.28.1" ,
16- " python-dotenv==1.1.1" ,
17- " python-dateutil==2.9.0" ,
18- " passlib==1.7.4" ,
14+ " neo4j==6.0.3" ,
15+ " python-dotenv==1.2.1" ,
1916 " pyjwt==2.10.1" ,
20- " bcrypt==4.3 .0" ,
17+ " bcrypt==5.0 .0" ,
2118 " slowapi==0.1.9" ,
2219]
2320
2421[project .optional-dependencies ]
2522dev = [
26- " ruff==0.14.0 " ,
23+ " ruff==0.14.6 " ,
2724]
2825test = [
29- " pytest==8.4.2 " ,
30- " pytest-asyncio==1.2 .0" ,
31- " pytest-cov> =7.0.0" ,
26+ " pytest==9.0.1 " ,
27+ " pytest-asyncio==1.3 .0" ,
28+ " pytest-cov= =7.0.0" ,
3229 " httpx==0.28.1" ,
3330]
3431
You can’t perform that action at this time.
0 commit comments