Spaces:
Running
Running
Commit
·
ef8d960
1
Parent(s):
a5c967a
Fix issue with OpenAI client using newer httpx
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
anthropic==0.36.0
|
2 |
h2
|
3 |
-
httpx
|
4 |
openai==1.41.0
|
5 |
pillow
|
6 |
streamlit==1.40.2
|
|
|
1 |
anthropic==0.36.0
|
2 |
h2
|
3 |
+
httpx==0.27.2
|
4 |
openai==1.41.0
|
5 |
pillow
|
6 |
streamlit==1.40.2
|