diff --git a/poetry.lock b/poetry.lock index 7dd94ee..fda7df6 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.43.1" +version = "1.47.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.43.1-py3-none-any.whl", hash = "sha256:23ed3aa71e89cf644c911f7ab80087d08c0bf46ce6b75d9a811fc7942cff85c2"}, - {file = "openai-1.43.1.tar.gz", hash = "sha256:b64843711b7c92ded36795062ea1f8cad84ec6c2848646f2a786ac4617a6b9f5"}, + {file = "openai-1.47.0-py3-none-any.whl", hash = "sha256:9ccc8737dfa791f7bd903db4758c176b8544a8cd89d3a3d2add3cea02a34c3a0"}, + {file = "openai-1.47.0.tar.gz", hash = "sha256:6e14d6f77c8cf546646afcd87a2ef752505b3710d2564a2e433e17307dfa86a0"}, ] [package.dependencies] @@ -5356,4 +5356,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "99d73046ca1ff33543717917ceedad6863515f177f18bb8372e6210fc5cec652" +content-hash = "025d3e582fc0a3f342d0971279ed2cb6fabbb77d48cca1c366807f53319db550" diff --git a/pyproject.toml b/pyproject.toml index d7ff27c..e108bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -openai = "^1.43.1" +openai = "^1.47.0" python-dotenv = "^1.0.1" streamlit = "^1.38.0" azure-cosmos = "^4.7.0"