Skip to content

Commit 3b640d9

Browse files
authored
chore: update Python dependencies
1 parent 2046a62 commit 3b640d9

File tree

2 files changed

+71
-5
lines changed

2 files changed

+71
-5
lines changed

requirements.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sqlalchemy>=2.0.0
2+
fastapi>=0.104.0
3+
uvicorn[standard]>=0.24.0
4+
pydantic>=2.0.0
5+
pydantic-settings>=2.0.0

requirements.txt

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
1-
sqlalchemy>=2.0.0
2-
fastapi>=0.104.0
3-
uvicorn[standard]>=0.24.0
4-
pydantic>=2.0.0
5-
pydantic-settings>=2.0.0
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile requirements.in
6+
#
7+
annotated-doc==0.0.4
8+
# via fastapi
9+
annotated-types==0.7.0
10+
# via pydantic
11+
anyio==4.11.0
12+
# via
13+
# starlette
14+
# watchfiles
15+
click==8.3.1
16+
# via uvicorn
17+
fastapi==0.121.3
18+
# via -r requirements.in
19+
greenlet==3.2.4
20+
# via sqlalchemy
21+
h11==0.16.0
22+
# via uvicorn
23+
httptools==0.7.1
24+
# via uvicorn
25+
idna==3.11
26+
# via anyio
27+
pydantic==2.12.4
28+
# via
29+
# -r requirements.in
30+
# fastapi
31+
# pydantic-settings
32+
pydantic-core==2.41.5
33+
# via pydantic
34+
pydantic-settings==2.12.0
35+
# via -r requirements.in
36+
python-dotenv==1.2.1
37+
# via
38+
# pydantic-settings
39+
# uvicorn
40+
pyyaml==6.0.3
41+
# via uvicorn
42+
sniffio==1.3.1
43+
# via anyio
44+
sqlalchemy==2.0.44
45+
# via -r requirements.in
46+
starlette==0.50.0
47+
# via fastapi
48+
typing-extensions==4.15.0
49+
# via
50+
# fastapi
51+
# pydantic
52+
# pydantic-core
53+
# sqlalchemy
54+
# typing-inspection
55+
typing-inspection==0.4.2
56+
# via
57+
# pydantic
58+
# pydantic-settings
59+
uvicorn[standard]==0.38.0
60+
# via -r requirements.in
61+
uvloop==0.22.1
62+
# via uvicorn
63+
watchfiles==1.1.1
64+
# via uvicorn
65+
websockets==15.0.1
66+
# via uvicorn

0 commit comments

Comments
 (0)