File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
aiohappyeyeballs == 2.4.4
4
4
# via aiohttp
5
5
aiohttp == 3.11.9
@@ -15,6 +15,10 @@ anyio==4.6.2.post1
15
15
# starlette
16
16
asgiref == 3.8.1
17
17
# via opentelemetry-instrumentation-asgi
18
+ async-timeout == 5.0.1
19
+ # via
20
+ # aiohttp
21
+ # asyncpg
18
22
asyncpg == 0.30.0
19
23
# via fastapi-app (pyproject.toml)
20
24
attrs == 24.2.0
@@ -59,6 +63,8 @@ distro==1.9.0
59
63
# via openai
60
64
environs == 11.2.1
61
65
# via fastapi-app (pyproject.toml)
66
+ exceptiongroup == 1.2.2
67
+ # via anyio
62
68
fastapi == 0.115.5
63
69
# via fastapi-app (pyproject.toml)
64
70
fixedint == 0.1.6
@@ -105,7 +111,7 @@ multidict==6.1.0
105
111
# via
106
112
# aiohttp
107
113
# yarl
108
- numpy == 2.1.3
114
+ numpy == 2.0.2
109
115
# via pgvector
110
116
oauthlib == 3.2.2
111
117
# via requests-oauthlib
@@ -276,14 +282,19 @@ tqdm==4.67.1
276
282
# via openai
277
283
typing-extensions == 4.12.2
278
284
# via
285
+ # anyio
286
+ # asgiref
279
287
# azure-core
280
288
# azure-identity
281
289
# fastapi
290
+ # multidict
282
291
# openai
283
292
# opentelemetry-sdk
284
293
# pydantic
285
294
# pydantic-core
286
295
# sqlalchemy
296
+ # starlette
297
+ # uvicorn
287
298
urllib3 == 2.2.3
288
299
# via requests
289
300
uvicorn == 0.32.1
You can’t perform that action at this time.
0 commit comments