File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
33aiohappyeyeballs == 2.4.4
44 # via aiohttp
55aiohttp == 3.11.9
@@ -15,6 +15,10 @@ anyio==4.6.2.post1
1515 # starlette
1616asgiref == 3.8.1
1717 # via opentelemetry-instrumentation-asgi
18+ async-timeout == 5.0.1
19+ # via
20+ # aiohttp
21+ # asyncpg
1822asyncpg == 0.30.0
1923 # via fastapi-app (pyproject.toml)
2024attrs == 24.2.0
@@ -59,6 +63,8 @@ distro==1.9.0
5963 # via openai
6064environs == 11.2.1
6165 # via fastapi-app (pyproject.toml)
66+ exceptiongroup == 1.2.2
67+ # via anyio
6268fastapi == 0.115.5
6369 # via fastapi-app (pyproject.toml)
6470fixedint == 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
110116oauthlib == 3.2.2
111117 # via requests-oauthlib
@@ -276,14 +282,19 @@ tqdm==4.67.1
276282 # via openai
277283typing-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
287298urllib3 == 2.2.3
288299 # via requests
289300uvicorn == 0.32.1
You can’t perform that action at this time.
0 commit comments