diff --git a/poetry.lock b/poetry.lock index ceeb347..0efe081 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 = "aiohappyeyeballs" @@ -1576,13 +1576,13 @@ files = [ [[package]] name = "openai" -version = "1.37.1" +version = "1.39.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.37.1-py3-none-any.whl", hash = "sha256:9a6adda0d6ae8fce02d235c5671c399cfa40d6a281b3628914c7ebf244888ee3"}, - {file = "openai-1.37.1.tar.gz", hash = "sha256:faf87206785a6b5d9e34555d6a3242482a6852bc802e453e2a891f68ee04ce55"}, + {file = "openai-1.39.0-py3-none-any.whl", hash = "sha256:a712553a131c59a249c474d0bb6a0414f41df36dc186d3a018fa7e600e57fb7f"}, + {file = "openai-1.39.0.tar.gz", hash = "sha256:0cea446082f50985f26809d704a97749cb366a1ba230ef432c684a9745b3f2d9"}, ] [package.dependencies] @@ -3166,4 +3166,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5dd5fed43b341d0d93c3d00a067d91b40c732a81a1a7678721035da68f75ead7" +content-hash = "0c440b6ea4156120ae38726d7e788acab3f8691497fb9f942a520d7c198e70a5" diff --git a/pyproject.toml b/pyproject.toml index 9a0d8df..92ea562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -openai = "^1.37.1" +openai = "^1.39.0" python-dotenv = "^1.0.1" streamlit = "^1.37.0" azure-cosmos = "^4.7.0"