diff --git a/pdm.lock b/pdm.lock index 45f9407..489f4ab 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:e6196ea4e7e287a963c9b2c20d24c5eb7e46ade4ef21a48d388c7ad1fab51458" +content_hash = "sha256:7bcb77ce4ba0a8a6375386baa5ee01c8b9723ef0321046b81dc34ab74513d6d0" [[package]] name = "absl-py" @@ -1899,7 +1899,7 @@ files = [ [[package]] name = "openai" -version = "1.23.6" +version = "1.25.1" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -1913,8 +1913,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "openai-1.23.6-py3-none-any.whl", hash = "sha256:f406c76ba279d16b9aca5a89cee0d968488e39f671f4dc6f0d690ac3c6f6fca1"}, - {file = "openai-1.23.6.tar.gz", hash = "sha256:612de2d54cf580920a1156273f84aada6b3dca26d048f62eb5364a4314d7f449"}, + {file = "openai-1.25.1-py3-none-any.whl", hash = "sha256:aa2f381f476f5fa4df8728a34a3e454c321caa064b7b68ab6e9daa1ed082dbf9"}, + {file = "openai-1.25.1.tar.gz", hash = "sha256:f561ce86f4b4008eb6c78622d641e4b7e1ab8a8cdb15d2f0b2a49942d40d21a8"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index c6d24be..3840e0f 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.6", + "openai==1.25.1", "orjson==3.10.1", "python-dotenv==1.0.1", "PyYAML==6.0.1",