diff --git a/poetry.lock b/poetry.lock index b1fefc8..85ddd65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1189,13 +1189,13 @@ files = [ [[package]] name = "openai" -version = "1.45.0" +version = "1.50.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.45.0-py3-none-any.whl", hash = "sha256:2f1f7b7cf90f038a9f1c24f0d26c0f1790c102ec5acd07ffd70a9b7feac1ff4e"}, - {file = "openai-1.45.0.tar.gz", hash = "sha256:731207d10637335413aa3c0955f8f8df30d7636a4a0f9c381f2209d32cf8de97"}, + {file = "openai-1.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"}, + {file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"}, ] [package.dependencies] @@ -2128,4 +2128,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2dc925d7e9f08687a34f0cab467dc30aa5386ad9faeabf5466f3cf758cb99121" +content-hash = "7f247a7adde09aa3936eb34dc5718352333294edc7299af879c7ed19d3270f6d" diff --git a/pyproject.toml b/pyproject.toml index 1e76c7a..04bf1c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = [ python = "^3.10" PyYAML = "6.0.2" ipython = "8.27.0" -openai = "1.45.0" +openai = "1.50.2" click = "^8.1.7" beautifulsoup4 = "^4.12.3" langchain = "^0.2.16"