diff --git a/pdm.lock b/pdm.lock index 078c331..05bad73 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:525064936a8782d5be47825816a00f2c4e246e34c5f0434abd222babae955f4c" +content_hash = "sha256:63f115bdc80ef20bf35db41c52ff860ef881f933f0d50059ffc6191770fde014" [[metadata.targets]] requires_python = "==3.10.*" @@ -2080,7 +2080,7 @@ files = [ [[package]] name = "openai" -version = "1.36.1" +version = "1.37.0" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -2095,8 +2095,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "openai-1.36.1-py3-none-any.whl", hash = "sha256:d399b9d476dbbc167aceaac6bc6ed0b2e2bb6c9e189c7f7047f822743ae62e64"}, - {file = "openai-1.36.1.tar.gz", hash = "sha256:41be9e0302e95dba8a9374b885c5cb1cec2202816a70b98736fee25a2cadd1f2"}, + {file = "openai-1.37.0-py3-none-any.whl", hash = "sha256:a903245c0ecf622f2830024acdaa78683c70abb8e9d37a497b851670864c9f73"}, + {file = "openai-1.37.0.tar.gz", hash = "sha256:dc8197fc40ab9d431777b6620d962cc49f4544ffc3011f03ce0a805e6eb54adb"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 98462a8..ac47fa8 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.36.1", + "openai==1.37.0", "orjson==3.10.6", "python-dotenv==1.0.1", "PyYAML==6.0.1",