diff --git a/pdm.lock b/pdm.lock index 507489e..f61c94d 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint", "win"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:aab581861a49f4123425b3005dced4bd74077408b15debb8b18a7a8d0ee1fc24" +content_hash = "sha256:40d7ddfc168b71f5fbe3a9a3c4227f041b52f9ec559fca0d3b0661df931777b7" [[package]] name = "absl-py" @@ -1888,7 +1888,7 @@ files = [ [[package]] name = "openai" -version = "1.23.1" +version = "1.23.2" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -1902,8 +1902,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "openai-1.23.1-py3-none-any.whl", hash = "sha256:7941c1bc6fcdb1b6b889dfcfabff775ca52558a79d57dd1b9e15b463de1b3a4c"}, - {file = "openai-1.23.1.tar.gz", hash = "sha256:6df937e2a1ad64494951ea3614f5516db4d67c3fcc0b751b8e5edf1bc57e2d3d"}, + {file = "openai-1.23.2-py3-none-any.whl", hash = "sha256:293a36effde29946eb221040c89c46a4850f2f2e30b37ef09ff6d75226d71b42"}, + {file = "openai-1.23.2.tar.gz", hash = "sha256:b84aa3005357ceb38f22a269e0e22ee58ce103897f447032d021906f18178a8e"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index ccf48bc..c6399b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "google-api-python-client==2.48.0", "google-auth-oauthlib==1.2.0", "gradio==4.26.0", - "openai==1.23.1", + "openai==1.23.2", "orjson==3.10.1", "python-dotenv==1.0.1", "PyYAML==6.0.1",