Spaces:
Sleeping
Sleeping
joel commited on
Commit ·
bba75bb
1
Parent(s): 7d7ea82
Fix: Upgrade qdrant-client to 1.9.0 to resolve urllib3 conflict
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -31,4 +31,4 @@ SQLAlchemy==2.0.25
|
|
| 31 |
psycopg2-binary==2.9.9
|
| 32 |
motor==3.3.2
|
| 33 |
typesense==0.18.0
|
| 34 |
-
qdrant-client==1.
|
|
|
|
| 31 |
psycopg2-binary==2.9.9
|
| 32 |
motor==3.3.2
|
| 33 |
typesense==0.18.0
|
| 34 |
+
qdrant-client==1.9.0
|