diff --git a/poetry.lock b/poetry.lock index 9c6a9fb..8285f35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1912,13 +1912,13 @@ files = [ [[package]] name = "openai" -version = "1.59.8" +version = "1.59.9" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.59.8-py3-none-any.whl", hash = "sha256:a8b8ee35c4083b88e6da45406d883cf6bd91a98ab7dd79178b8bc24c8bfb09d9"}, - {file = "openai-1.59.8.tar.gz", hash = "sha256:ac4bda5fa9819fdc6127e8ea8a63501f425c587244bc653c7c11a8ad84f953e1"}, + {file = "openai-1.59.9-py3-none-any.whl", hash = "sha256:61a0608a1313c08ddf92fe793b6dbd1630675a1fe3866b2f96447ce30050c448"}, + {file = "openai-1.59.9.tar.gz", hash = "sha256:ec1a20b0351b4c3e65c6292db71d8233515437c6065efd4fd50edeb55df5f5d2"}, ] [package.dependencies] @@ -3699,4 +3699,4 @@ windows = ["python-magic-bin"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.14" -content-hash = "2e30c9d1d2c47863ee8d033fb3dc67e15818de34a36c5d9fdc61c2dfc8773f97" +content-hash = "fb06d76310c0e65ce282bdf84320089c8557c9bf8de997a08e16303957910c3d" diff --git a/pyproject.toml b/pyproject.toml index 7079dff..649bbb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ jmespath = "^1.0.1" playwright = "^1.35.0" jinja2 = "^3.1.5" babel = "^2.12.1" -openai = "^1.59.8" +openai = "^1.59.9" gunicorn = "^23.0.0" uvicorn = "^0.34.0" aiofiles = "^24.1.0"