diff --git a/poetry.lock b/poetry.lock index aea327e74..c329a2dc3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2459,13 +2459,13 @@ tests = ["pytest", "pytest-cov"] [[package]] name = "openai" -version = "1.52.0" +version = "1.52.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.52.0-py3-none-any.whl", hash = "sha256:0c249f20920183b0a2ca4f7dba7b0452df3ecd0fa7985eb1d91ad884bc3ced9c"}, - {file = "openai-1.52.0.tar.gz", hash = "sha256:95c65a5f77559641ab8f3e4c3a050804f7b51d278870e2ec1f7444080bfe565a"}, + {file = "openai-1.52.2-py3-none-any.whl", hash = "sha256:57e9e37bc407f39bb6ec3a27d7e8fb9728b2779936daa1fcf95df17d3edfaccc"}, + {file = "openai-1.52.2.tar.gz", hash = "sha256:87b7d0f69d85f5641678d414b7ee3082363647a5c66a462ed7f3ccb59582da0d"}, ] [package.dependencies] @@ -4534,4 +4534,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "5cf04ad9ad5c2a1048722f0e8426902d3d485904b96caa31bcd3d85f09f9e603" +content-hash = "0f485688ae8777ed295c0cfd321c420cc62b029b5c504fb2a4763a63a6ea49a4" diff --git a/pyproject.toml b/pyproject.toml index 65125fa75..02d6e6b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ langchain-openai = "^0.1.25" unstructured = "^0.16.0" Markdown = "^3.6" faiss-cpu = "^1.8.0" -openai = "^1.52.0" +openai = "^1.52.2" psutil = "^5.9.8" python-bitcoinrpc = "^1.0" sendgrid = "^6.11.0"