Skip to content

Commit 5823bcf

Browse files
committed
Compile reqs for Python 3.9
1 parent e5e8277 commit 5823bcf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/backend/requirements.txt

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile pyproject.toml -o requirements.txt
2+
# uv pip compile pyproject.toml -o requirements.txt --python-version 3.9
33
aiohappyeyeballs==2.4.4
44
# via aiohttp
55
aiohttp==3.11.9
@@ -15,6 +15,10 @@ anyio==4.6.2.post1
1515
# starlette
1616
asgiref==3.8.1
1717
# via opentelemetry-instrumentation-asgi
18+
async-timeout==5.0.1
19+
# via
20+
# aiohttp
21+
# asyncpg
1822
asyncpg==0.30.0
1923
# via fastapi-app (pyproject.toml)
2024
attrs==24.2.0
@@ -59,6 +63,8 @@ distro==1.9.0
5963
# via openai
6064
environs==11.2.1
6165
# via fastapi-app (pyproject.toml)
66+
exceptiongroup==1.2.2
67+
# via anyio
6268
fastapi==0.115.5
6369
# via fastapi-app (pyproject.toml)
6470
fixedint==0.1.6
@@ -105,7 +111,7 @@ multidict==6.1.0
105111
# via
106112
# aiohttp
107113
# yarl
108-
numpy==2.1.3
114+
numpy==2.0.2
109115
# via pgvector
110116
oauthlib==3.2.2
111117
# via requests-oauthlib
@@ -276,14 +282,19 @@ tqdm==4.67.1
276282
# via openai
277283
typing-extensions==4.12.2
278284
# via
285+
# anyio
286+
# asgiref
279287
# azure-core
280288
# azure-identity
281289
# fastapi
290+
# multidict
282291
# openai
283292
# opentelemetry-sdk
284293
# pydantic
285294
# pydantic-core
286295
# sqlalchemy
296+
# starlette
297+
# uvicorn
287298
urllib3==2.2.3
288299
# via requests
289300
uvicorn==0.32.1

0 commit comments

Comments
 (0)