Spaces:
Sleeping
Sleeping
Commit ·
44f390f
1
Parent(s): 17ee968
Fix httpx dependency conflict with supabase
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,7 @@ pydantic==2.5.3
|
|
| 7 |
pydantic-settings==2.1.0
|
| 8 |
|
| 9 |
# HTTP Client
|
| 10 |
-
httpx==0.
|
| 11 |
|
| 12 |
# Supabase
|
| 13 |
supabase==2.3.0
|
|
|
|
| 7 |
pydantic-settings==2.1.0
|
| 8 |
|
| 9 |
# HTTP Client
|
| 10 |
+
httpx==0.24.1 # Compatible with supabase 2.3.0
|
| 11 |
|
| 12 |
# Supabase
|
| 13 |
supabase==2.3.0
|