diff --git a/pdm.lock b/pdm.lock index 124eae5..0eebe6e 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:6a4c1e0d33f19d3f532c8a57c331f6b55de74d08d2029c5ba059b349133d78c8" +content_hash = "sha256:86f3db5d3575f7149b7484e818a9fc492710fd04b14c11070db0302558c6ba9a" [[package]] name = "absl-py" @@ -1953,7 +1953,7 @@ files = [ [[package]] name = "openai" -version = "1.28.0" +version = "1.28.1" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -1967,8 +1967,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "openai-1.28.0-py3-none-any.whl", hash = "sha256:94b5a99f5121e1747dda1bb8fff31820d5ab4b49056a9cf2e3605f5c90011955"}, - {file = "openai-1.28.0.tar.gz", hash = "sha256:ac43b8b48aec70de4b76cfc96ae906bf8d5814427475b9dabb662f84f655f0e1"}, + {file = "openai-1.28.1-py3-none-any.whl", hash = "sha256:943e0d0d587b9a62f99bd3acbaf479ae5362986e5fff013f57b5b7bde85cce93"}, + {file = "openai-1.28.1.tar.gz", hash = "sha256:8a3adbba16882434768d76fd3129fcc9b40ace98f8d55a6ddacfc05c4096ac30"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 5f68d54..7e96109 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.28.0", + "openai==1.28.1", "orjson==3.10.3", "python-dotenv==1.0.1", "PyYAML==6.0.1",