We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99fdfe commit d8ae001Copy full SHA for d8ae001
python/openai/requirements.txt
@@ -1,4 +1,4 @@
1
-# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
#
3
# Redistribution and use in source and binary forms, with or without
4
# modification, are permitted provided that the following conditions
@@ -29,7 +29,7 @@ fastapi==0.115.6
29
# Fix httpx version to avoid bug in openai library:
30
# https://community.openai.com/t/error-with-openai-1-56-0-client-init-got-an-unexpected-keyword-argument-proxies/1040332/3
31
httpx==0.27.2
32
-openai==1.40.6
+openai==1.60.0
33
# Minimum starlette version needed to address CVE:
34
# https://github.com/advisories/GHSA-f96h-pmfr-66vw
35
starlette>=0.40.0
0 commit comments