Skip to content

Commit ccf44da

Browse files
committed
Update requirements.txt for new ORM code
1 parent 2e6fa00 commit ccf44da

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
# uvloop is an optional dependency for improved performance over asyncio, you may
33
# uncomment it if using MacOS or any POSIX-compliant OS.
44

5+
annotated-doc==0.0.4
56
annotated-types==0.7.0
67
anyio==4.11.0
7-
certifi==2025.10.5
8+
carpi-data-model @ git+https://github.com/Project-CARPI/database-schema.git@e188119f2d1d4f03b97c8a2457806c5b0a7f4749
9+
certifi==2025.11.12
810
click==8.3.0
911
colorama==0.4.6
1012
dnspython==2.8.0
1113
email-validator==2.3.0
12-
fastapi==0.119.1
13-
fastapi-cli==0.0.14
14+
fastapi==0.121.2
15+
fastapi-cli==0.0.16
1416
fastapi-cloud-cli==0.3.1
1517
greenlet==3.2.4
1618
h11==0.16.0
@@ -22,23 +24,21 @@ Jinja2==3.1.6
2224
markdown-it-py==4.0.0
2325
MarkupSafe==3.0.3
2426
mdurl==0.1.2
25-
mysql-connector-python==9.5.0
26-
pydantic==2.12.3
27-
pydantic-settings==2.11.0
28-
pydantic_core==2.41.4
27+
pydantic==2.12.4
28+
pydantic-settings==2.12.0
29+
pydantic_core==2.41.5
2930
Pygments==2.19.2
30-
python-dotenv==1.1.1
31+
python-dotenv==1.2.1
3132
python-multipart==0.0.20
3233
PyYAML==6.0.3
3334
rich==14.2.0
3435
rich-toolkit==0.15.1
35-
rignore==0.7.1
36-
sentry-sdk==2.42.1
36+
rignore==0.7.6
37+
sentry-sdk==2.44.0
3738
shellingham==1.5.4
3839
sniffio==1.3.1
3940
SQLAlchemy==2.0.44
40-
sqlmodel==0.0.27
41-
starlette==0.48.0
41+
starlette==0.49.3
4242
typer==0.20.0
4343
typing-inspection==0.4.2
4444
typing_extensions==4.15.0

0 commit comments

Comments
 (0)