diff --git a/poetry.lock b/poetry.lock index ec2ffd0..f8fdcc7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -863,13 +863,13 @@ setuptools = "*" [[package]] name = "openai" -version = "1.40.8" +version = "1.55.3" description = "The official Python library for the openai API" optional = false -python-versions = ">=3.7.1" +python-versions = ">=3.8" files = [ - {file = "openai-1.40.8-py3-none-any.whl", hash = "sha256:3ed4ddad48e0dde059c9b4d3dc240e47781beca2811e52ba449ddc4a471a2fd4"}, - {file = "openai-1.40.8.tar.gz", hash = "sha256:e225f830b946378e214c5b2cfa8df28ba2aeb7e9d44f738cb2a926fd971f5bc0"}, + {file = "openai-1.55.3-py3-none-any.whl", hash = "sha256:2a235d0e1e312cd982f561b18c27692e253852f4e5fb6ccf08cb13540a9bdaa1"}, + {file = "openai-1.55.3.tar.gz", hash = "sha256:547e85b94535469f137a779d8770c8c5adebd507c2cc6340ca401a7c4d5d16f0"}, ] [package.dependencies] @@ -1788,4 +1788,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "67e9b9236bf7d930a6b3cab5ec2ae8fc6510d5ed3b310c672f39b2717b9a537e" +content-hash = "a8b1d1593fcc9cda58549a050c84224eb57fb150cd9b9a008deb2cc8e685bd84" diff --git a/pyproject.toml b/pyproject.toml index 5e12559..19a83a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ g3 = "g3.main:app" [tool.poetry.dependencies] python = "^3.11" typer = { extras = ["all"], version = ">=0.9,<0.13" } -openai = ">=1.35.10,<1.41.0" +openai = ">=1.35.10,<1.56.0" asyncio = "^3.4.3" inquirer = "^3.1.3" pydantic = { version = ">=1.10.10,<3.0.0", extras = ["dotenv"] }