ritesh1918 commited on
Commit
44f390f
·
1 Parent(s): 17ee968

Fix httpx dependency conflict with supabase

Browse files
Files changed (1) hide show
  1. 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.26.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