Skip to content

Commit 0b23c18

Browse files
yinggehmc-nv
authored andcommitted
fix: OpenAI and vLLM related tests (#8397)
1 parent 4a5a9cb commit 0b23c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/openai/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fastapi==0.115.6
2929
# Fix httpx version to avoid bug in openai library:
3030
# https://community.openai.com/t/error-with-openai-1-56-0-client-init-got-an-unexpected-keyword-argument-proxies/1040332/3
3131
httpx==0.27.2
32-
openai==1.60.0
32+
openai==1.107.3
3333
partial-json-parser # used for parsing partial JSON outputs
3434
# Minimum starlette version needed to address CVE:
3535
# https://github.com/advisories/GHSA-f96h-pmfr-66vw

0 commit comments

Comments
 (0)