diff --git a/poetry.lock b/poetry.lock index 2d1ea26..69ddc1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2793,13 +2793,13 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] [[package]] name = "openai" -version = "1.42.0" +version = "1.43.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.42.0-py3-none-any.whl", hash = "sha256:dc91e0307033a4f94931e5d03cc3b29b9717014ad5e73f9f2051b6cb5eda4d80"}, - {file = "openai-1.42.0.tar.gz", hash = "sha256:c9d31853b4e0bc2dc8bd08003b462a006035655a701471695d0bfdc08529cde3"}, + {file = "openai-1.43.1-py3-none-any.whl", hash = "sha256:23ed3aa71e89cf644c911f7ab80087d08c0bf46ce6b75d9a811fc7942cff85c2"}, + {file = "openai-1.43.1.tar.gz", hash = "sha256:b64843711b7c92ded36795062ea1f8cad84ec6c2848646f2a786ac4617a6b9f5"}, ] [package.dependencies] @@ -5357,4 +5357,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2663c8fa8cb7e2ecb4fe9ba81221c30c18c71838e648c3b38fdb4ecf2f151f36" +content-hash = "3273ce81b5994a25493ba2b47dc6d81c23bbd0c492153971264899d731be858c" diff --git a/pyproject.toml b/pyproject.toml index eb6ff0f..a4821f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -openai = "^1.42.0" +openai = "^1.43.1" python-dotenv = "^1.0.1" streamlit = "^1.37.1" azure-cosmos = "^4.7.0"