Merge pull request #9 from Ismat-Samadov/claude/fix-caa-prod-LqBH3
Browse files- 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
|