Spaces:
Sleeping
Sleeping
Commit
·
9fe74df
1
Parent(s):
323889a
Qdrant buld time
Browse files- constraints.txt +1 -1
- requirements.txt +2 -1
constraints.txt
CHANGED
@@ -3,7 +3,7 @@ sniffio==1.3.1
|
|
3 |
typing-extensions==4.12.2
|
4 |
starlette==0.27.0
|
5 |
idna==3.7
|
6 |
-
certifi==
|
7 |
httpcore==0.17.3
|
8 |
h11==0.14.0
|
9 |
click==8.1.7
|
|
|
3 |
typing-extensions==4.12.2
|
4 |
starlette==0.27.0
|
5 |
idna==3.7
|
6 |
+
certifi==2023.7.22
|
7 |
httpcore==0.17.3
|
8 |
h11==0.14.0
|
9 |
click==8.1.7
|
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ fastapi==0.100.1
|
|
7 |
uvicorn==0.23.2
|
8 |
pydantic==2.8.2
|
9 |
httpx==0.24.1
|
10 |
-
python-multipart==0.0.6
|
|
|
|
7 |
uvicorn==0.23.2
|
8 |
pydantic==2.8.2
|
9 |
httpx==0.24.1
|
10 |
+
python-multipart==0.0.6
|
11 |
+
aiohttp==3.7.4
|