Skip to content

Commit 2d25f64

Browse files
committed
update requirements versions
1 parent 844eaa1 commit 2d25f64

File tree

1 file changed

+3
-109
lines changed

1 file changed

+3
-109
lines changed

backend/requirements.txt

Lines changed: 3 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,10 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.13
3-
# by the following command:
4-
#
5-
# pip-compile
6-
#
71
alembic==1.17.2
8-
# via -r requirements.in
9-
annotated-doc==0.0.4
10-
# via fastapi
11-
annotated-types==0.7.0
12-
# via pydantic
13-
anyio==4.12.0
14-
# via
15-
# starlette
16-
# watchfiles
172
asyncpg==0.31.0
18-
# via -r requirements.in
19-
certifi==2025.11.12
20-
# via requests
21-
cffi==2.0.0
22-
# via cryptography
23-
charset-normalizer==3.4.4
24-
# via requests
25-
click==8.3.1
26-
# via uvicorn
27-
cryptography==46.0.3
28-
# via python-jose
29-
ecdsa==0.19.1
30-
# via python-jose
31-
fastapi==0.123.0
32-
# via
33-
# -r requirements.in
34-
# strawberry-graphql
35-
graphql-core==3.2.7
36-
# via strawberry-graphql
37-
greenlet==3.2.4
38-
# via sqlalchemy
39-
h11==0.16.0
40-
# via uvicorn
41-
httptools==0.7.1
42-
# via uvicorn
43-
idna==3.11
44-
# via
45-
# anyio
46-
# requests
47-
lia-web==0.2.3
48-
# via strawberry-graphql
49-
mako==1.3.10
50-
# via alembic
51-
markupsafe==3.0.3
52-
# via mako
53-
packaging==25.0
54-
# via strawberry-graphql
55-
pyasn1==0.6.1
56-
# via
57-
# python-jose
58-
# rsa
59-
pycparser==2.23
60-
# via cffi
61-
pydantic==2.12.5
62-
# via fastapi
63-
pydantic-core==2.41.5
64-
# via pydantic
65-
python-dateutil==2.9.0.post0
66-
# via strawberry-graphql
3+
fastapi==0.124.4
674
python-dotenv==1.2.1
68-
# via
69-
# -r requirements.in
70-
# uvicorn
715
python-jose[cryptography]==3.5.0
72-
# via -r requirements.in
73-
python-multipart==0.0.20
74-
# via strawberry-graphql
75-
pyyaml==6.0.3
76-
# via uvicorn
776
redis==7.1.0
78-
# via -r requirements.in
797
requests==2.32.5
80-
# via -r requirements.in
81-
rsa==4.9.1
82-
# via python-jose
83-
six==1.17.0
84-
# via
85-
# ecdsa
86-
# python-dateutil
87-
sqlalchemy==2.0.44
88-
# via
89-
# -r requirements.in
90-
# alembic
91-
starlette==0.50.0
92-
# via fastapi
93-
strawberry-graphql[fastapi]==0.287.0
94-
# via -r requirements.in
95-
typing-extensions==4.15.0
96-
# via
97-
# alembic
98-
# fastapi
99-
# lia-web
100-
# pydantic
101-
# pydantic-core
102-
# sqlalchemy
103-
# strawberry-graphql
104-
# typing-inspection
105-
typing-inspection==0.4.2
106-
# via pydantic
107-
urllib3==2.6.0
108-
# via requests
8+
sqlalchemy==2.0.45
9+
strawberry-graphql[fastapi]==0.287.3
10910
uvicorn[standard]==0.38.0
110-
# via -r requirements.in
111-
uvloop==0.22.1
112-
# via uvicorn
113-
watchfiles==1.1.1
114-
# via uvicorn
115-
websockets==15.0.1
116-
# via uvicorn

0 commit comments

Comments
 (0)