diff --git a/poetry.lock b/poetry.lock index ec2ffd0..e19c0fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -863,13 +863,13 @@ setuptools = "*" [[package]] name = "openai" -version = "1.40.8" +version = "1.58.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.58.1-py3-none-any.whl", hash = "sha256:e2910b1170a6b7f88ef491ac3a42c387f08bd3db533411f7ee391d166571d63c"}, + {file = "openai-1.58.1.tar.gz", hash = "sha256:f5a035fd01e141fc743f4b0e02c41ca49be8fab0866d3b67f5f29b4f4d3c0973"}, ] [package.dependencies] @@ -884,6 +884,7 @@ typing-extensions = ">=4.11,<5" [package.extras] datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"] +realtime = ["websockets (>=13,<15)"] [[package]] name = "packaging" @@ -1788,4 +1789,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "67e9b9236bf7d930a6b3cab5ec2ae8fc6510d5ed3b310c672f39b2717b9a537e" +content-hash = "366d493b70bd48d24165466e5c1a9e218ac78a31b50de6b64b47c09612e3d80a" diff --git a/pyproject.toml b/pyproject.toml index 5e12559..0b3ab48 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.59.0" asyncio = "^3.4.3" inquirer = "^3.1.3" pydantic = { version = ">=1.10.10,<3.0.0", extras = ["dotenv"] }