Thuong Nguyen commited on
Commit
5dfd2ec
·
1 Parent(s): 08696d9

Upgrade supabase to 2.10.0 and httpx to 0.27.0 for compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -4,7 +4,7 @@ uvicorn[standard]==0.27.0
4
  python-multipart==0.0.6
5
 
6
  # Supabase
7
- supabase==2.3.0
8
 
9
  # Embeddings & ML
10
  sentence-transformers==2.6.1
@@ -17,7 +17,7 @@ pydantic==2.5.3
17
  pydantic-settings==2.1.0
18
 
19
  # HTTP Requests
20
- httpx==0.24.1
21
  requests==2.31.0
22
 
23
  # Utilities
 
4
  python-multipart==0.0.6
5
 
6
  # Supabase
7
+ supabase==2.10.0
8
 
9
  # Embeddings & ML
10
  sentence-transformers==2.6.1
 
17
  pydantic-settings==2.1.0
18
 
19
  # HTTP Requests
20
+ httpx==0.27.0
21
  requests==2.31.0
22
 
23
  # Utilities