JaydeepR Claude Sonnet 4.6 commited on
Commit
8e4c327
·
1 Parent(s): bef71c5

Fix openai/httpx proxies incompatibility on HuggingFace

Browse files

openai==1.51.0 passes proxies= to httpx which httpx>=0.28 dropped.
Unpinning to openai>=1.55.0 which removed that argument.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  streamlit==1.39.0
2
- openai==1.51.0
3
  pymupdf==1.24.10
4
  pytesseract==0.3.13
5
  Pillow==10.4.0
 
1
  streamlit==1.39.0
2
+ openai>=1.55.0
3
  pymupdf==1.24.10
4
  pytesseract==0.3.13
5
  Pillow==10.4.0