IsmatS commited on
Commit
327f9cc
·
2 Parent(s): 511db746753246

Merge pull request #9 from Ismat-Samadov/claude/fix-caa-prod-LqBH3

Browse files
Files changed (1) hide show
  1. app/requirements.txt +1 -0
app/requirements.txt CHANGED
@@ -9,6 +9,7 @@ jinja2==3.1.2
9
 
10
  # Azure OpenAI client
11
  openai==1.54.0
 
12
 
13
  # Vector database
14
  pinecone-client==5.0.0
 
9
 
10
  # Azure OpenAI client
11
  openai==1.54.0
12
+ httpx==0.27.2 # Pin httpx to avoid 'proxies' compatibility issue
13
 
14
  # Vector database
15
  pinecone-client==5.0.0