diff --git a/poetry.lock b/poetry.lock index f4fa13f..5f7fb3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -798,13 +798,13 @@ setuptools = "*" [[package]] name = "openai" -version = "1.30.2" +version = "1.35.10" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.30.2-py3-none-any.whl", hash = "sha256:44316818fbff3845278e862a655c4c041e93d907b04eff64629c2835f29bd58e"}, - {file = "openai-1.30.2.tar.gz", hash = "sha256:f86780f40505de60fa389993d9b7f5564f20acfbe5efcabd5c853a12453af2b0"}, + {file = "openai-1.35.10-py3-none-any.whl", hash = "sha256:962cb5c23224b5cbd16078308dabab97a08b0a5ad736a4fdb3dc2ffc44ac974f"}, + {file = "openai-1.35.10.tar.gz", hash = "sha256:85966949f4f960f3e4b239a659f9fd64d3a97ecc43c44dc0a044b5c7f11cccc6"}, ] [package.dependencies] @@ -1708,4 +1708,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e2ec79ed6d21e630309a74e232687c3693dd842c7b5151482c6ec021dc2017e1" +content-hash = "235f693b6cf44b6cb81ed81da826f1469b2c0b3a8fc1467fb814ac563f08f4f9" diff --git a/pyproject.toml b/pyproject.toml index 67c3dbf..f650b2a 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 = ">=0.27.8,<1.31.0" +openai = ">=1.35.10,<1.36.0" asyncio = "^3.4.3" inquirer = "^3.1.3" pydantic = { version = ">=1.10.10,<3.0.0", extras = ["dotenv"] }