Skip to content

Commit

Permalink
fix: Lock httpx version to fix L0_openai--trtllm test failures (#7870)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 authored and yinggeh committed Dec 14, 2024
1 parent 59c1842 commit be7ba0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/openai/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@

# FastAPI Application
fastapi==0.111.1
# Fix httpx version to avoid bug in openai library:
# https://community.openai.com/t/error-with-openai-1-56-0-client-init-got-an-unexpected-keyword-argument-proxies/1040332/3
httpx==0.27.2
openai==1.40.6

0 comments on commit be7ba0f

Please sign in to comment.