diff --git a/poetry.lock b/poetry.lock index 03252a8..9c03087 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1266,13 +1266,13 @@ files = [ [[package]] name = "openai" -version = "1.8.0" +version = "1.12.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.8.0-py3-none-any.whl", hash = "sha256:0f8f53805826103fdd8adaf379ad3ec23f9d867e698cbc14caf34b778d150175"}, - {file = "openai-1.8.0.tar.gz", hash = "sha256:93366be27802f517e89328801913d2a5ede45e3b86fdcab420385b8a1b88c767"}, + {file = "openai-1.12.0-py3-none-any.whl", hash = "sha256:a54002c814e05222e413664f651b5916714e4700d041d5cf5724d3ae1a3e3481"}, + {file = "openai-1.12.0.tar.gz", hash = "sha256:99c5d257d09ea6533d689d1cc77caa0ac679fa21efef8893d8b0832a86877f1b"}, ] [package.dependencies] @@ -2433,4 +2433,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "a55f0b2f7610feb07e1ea415e116f0df5c201243d5783622a4196b0566f39d58" +content-hash = "15ee5846f773cae3cd0e6504187d24bd742858c79c7d0f8691bbdf3a59917445" diff --git a/pyproject.toml b/pyproject.toml index d6ee73f..807a62e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ commitgpt = "commitgpt.main:app" python = "^3.8.1" typer = {extras = ["all"], version = "^0.9.0"} gitpython = "^3.1.32" -openai = ">=0.27.10,<1.9.0" +openai = ">=0.27.10,<1.13.0" pytest = "^7.4.1" langchain = ">=0.0.329,<0.1.8" unstructured = ">=0.10.28,<0.12.0"