diff --git a/poetry.lock b/poetry.lock index 0dab088..0441f68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1912,13 +1912,13 @@ PyYAML = ">=5.1.0" [[package]] name = "openai" -version = "1.35.15" +version = "1.36.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.35.15-py3-none-any.whl", hash = "sha256:1b9a6ada4239b91f38f51c426c6ee2746a2069c92cbf25ed8694e5ec00ff4597"}, - {file = "openai-1.35.15.tar.gz", hash = "sha256:307007e2036d57115612c1ecb50e9bc98fcc93537109a9f9efa1b4eedb2ea968"}, + {file = "openai-1.36.1-py3-none-any.whl", hash = "sha256:d399b9d476dbbc167aceaac6bc6ed0b2e2bb6c9e189c7f7047f822743ae62e64"}, + {file = "openai-1.36.1.tar.gz", hash = "sha256:41be9e0302e95dba8a9374b885c5cb1cec2202816a70b98736fee25a2cadd1f2"}, ] [package.dependencies] @@ -3172,4 +3172,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9, <3.13" -content-hash = "1fb5318ef65542c8acf9b24fe156fcd1ce0968dff0e8dd2baeb1690fd3b21e1f" +content-hash = "968da11a550bb21e3bb188522ef02e26d95ecc2a95d9b95e8db29e8fa78e361e" diff --git a/pyproject.toml b/pyproject.toml index 7739b0f..974a856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = "^3.9, <3.13" click = "^8.1.3" hyfi = "^1.36.3" # hyfi = { path = "../hyfi", develop = true } -openai = ">=1.35.13,<=1.35.15" +openai = ">=1.35.13,<=1.36.1" tenacity = "^8.2.3" [tool.poetry.group.dev]