diff --git a/poetry.lock b/poetry.lock index ec2ffd0..6bc7034 100644 --- a/poetry.lock +++ b/poetry.lock @@ -863,13 +863,13 @@ setuptools = "*" [[package]] name = "openai" -version = "1.40.8" +version = "1.57.1" 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.57.1-py3-none-any.whl", hash = "sha256:3865686c927e93492d1145938d4a24b634951531c4b2769d43ca5dbd4b25d8fd"}, + {file = "openai-1.57.1.tar.gz", hash = "sha256:a95f22e04ab3df26e64a15d958342265e802314131275908b3b3e36f8c5d4377"}, ] [package.dependencies] @@ -1788,4 +1788,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "67e9b9236bf7d930a6b3cab5ec2ae8fc6510d5ed3b310c672f39b2717b9a537e" +content-hash = "89b353a32ca994609bf20151925aee2938dbdc22b41c621f7fcaaa9b96871759" diff --git a/pyproject.toml b/pyproject.toml index 5e12559..37ac565 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.58.0" asyncio = "^3.4.3" inquirer = "^3.1.3" pydantic = { version = ">=1.10.10,<3.0.0", extras = ["dotenv"] }