Skip to content

Commit 500d00a

Browse files
authored
fix: Upgrade starlette>=0.40.0 to address pulse scan (#7896)
1 parent b3b886b commit 500d00a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/openai/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
# FastAPI Application
28-
fastapi==0.111.1
28+
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
3232
openai==1.40.6
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

Comments
 (0)