diff --git a/poetry.lock b/poetry.lock index f9952e1..d79e0de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3708,13 +3708,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.50.0" +version = "1.51.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.50.0-py3-none-any.whl", hash = "sha256:8545b3e37aa28a39e5177adbb6142f3e2b2b9e2889ae002c0ba785d917e466e2"}, - {file = "openai-1.50.0.tar.gz", hash = "sha256:fc774e36ad96839b9fc14f1097093527b8abd1348ed824e25818309820afa344"}, + {file = "openai-1.51.0-py3-none-any.whl", hash = "sha256:d9affafb7e51e5a27dce78589d4964ce4d6f6d560307265933a94b2e3f3c5d2c"}, + {file = "openai-1.51.0.tar.gz", hash = "sha256:8dc4f9d75ccdd5466fc8c99a952186eddceb9fd6ba694044773f3736a847149d"}, ] [package.dependencies] @@ -6921,4 +6921,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2540dddc941be239d4d550bf99c314b5f0b65c6e9361b5bc6c4b8385a13c8d58" +content-hash = "cde42a9a1a6e09c790e96e6f504a3fba1d568f57b5e50dadbc4fb3488d2e529d" diff --git a/pyproject.toml b/pyproject.toml index 24d94c4..00f8a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -openai = "^1.50.0" +openai = "^1.51.0" python-dotenv = "^1.0.1" streamlit = "^1.38.0" azure-cosmos = "^4.7.0"