diff --git a/backend/poetry.lock b/backend/poetry.lock index b426657825..41c9821ace 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1136,13 +1136,13 @@ files = [ [[package]] name = "openai" -version = "1.47.0" +version = "1.50.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.47.0-py3-none-any.whl", hash = "sha256:9ccc8737dfa791f7bd903db4758c176b8544a8cd89d3a3d2add3cea02a34c3a0"}, - {file = "openai-1.47.0.tar.gz", hash = "sha256:6e14d6f77c8cf546646afcd87a2ef752505b3710d2564a2e433e17307dfa86a0"}, + {file = "openai-1.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"}, + {file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"}, ] [package.dependencies] @@ -2028,4 +2028,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "40cfadb2fe504e778eae9b1f372544f6621fe25a337677d40f4a70e8953b8fdb" +content-hash = "087f0ba669f4538cb0a31658ee5633500bf3d9cf7981de8943af22c4d697c357" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e7718dd883..2955d2d1b0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -31,7 +31,7 @@ gunicorn = "^23.0.0" humanize = "^4.10.0" lxml = "^5.3.0" markdown = "^3.7" -openai = "^1.45.0" +openai = "^1.50.2" psycopg2 = "^2.9.9" pygithub = "^2.3.0" python = "^3.12"