diff --git a/pdm.lock b/pdm.lock index b41eac4..1302096 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:88bb7277f35c7347b1fce63a365f4a52df67da8cd28638908a2f250deba9b15d" +content_hash = "sha256:7af2e279f3f8a3afa52aad85f3a6b0516b8439eca0cde6b490634984d8632eab" [[package]] name = "absl-py" @@ -2027,7 +2027,7 @@ files = [ [[package]] name = "openai" -version = "1.35.13" +version = "1.35.14" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -2041,8 +2041,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "openai-1.35.13-py3-none-any.whl", hash = "sha256:36ec3e93e0d1f243f69be85c89b9221a471c3e450dfd9df16c9829e3cdf63e60"}, - {file = "openai-1.35.13.tar.gz", hash = "sha256:c684f3945608baf7d2dcc0ef3ee6f3e27e4c66f21076df0b47be45d57e6ae6e4"}, + {file = "openai-1.35.14-py3-none-any.whl", hash = "sha256:adadf8c176e0b8c47ad782ed45dc20ef46438ee1f02c7103c4155cff79c8f68b"}, + {file = "openai-1.35.14.tar.gz", hash = "sha256:394ba1dfd12ecec1d634c50e512d24ff1858bbc2674ffcce309b822785a058de"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index b3cfe22..a8f0dac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "google-api-python-client==2.48.0", "google-auth-oauthlib==1.2.1", "gradio==4.38.1", - "openai==1.35.13", + "openai==1.35.14", "orjson==3.10.6", "python-dotenv==1.0.1", "PyYAML==6.0.1",