diff --git a/pdm.lock b/pdm.lock index 8e280cc..754d385 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:80f57c5e768429ef91464525a41fd9c4371d4fb891168b126cbc6bd195e80508" +content_hash = "sha256:56cf2fdd46d072fa177170975d20663add71b917d6bab3396653ec37ae571391" [[metadata.targets]] requires_python = "==3.10.*" @@ -1130,7 +1130,7 @@ files = [ [[package]] name = "httpcore" -version = "1.0.5" +version = "1.0.6" requires_python = ">=3.8" summary = "A minimal low-level HTTP client." groups = ["default"] @@ -1139,8 +1139,8 @@ dependencies = [ "h11<0.15,>=0.13", ] files = [ - {file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"}, - {file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"}, + {file = "httpcore-1.0.6-py3-none-any.whl", hash = "sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f"}, + {file = "httpcore-1.0.6.tar.gz", hash = "sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f"}, ] [[package]] @@ -1939,7 +1939,7 @@ files = [ [[package]] name = "openai" -version = "1.50.0" +version = "1.51.0" requires_python = ">=3.7.1" summary = "The official Python library for the openai API" groups = ["default"] @@ -1955,8 +1955,8 @@ dependencies = [ "typing-extensions<5,>=4.11", ] files = [ - {file = "openai-1.50.0-py3-none-any.whl", hash = "sha256:8545b3e37aa28a39e5177adbb6142f3e2b2b9e2889ae002c0ba785d917e466e2"}, - {file = "openai-1.50.0.tar.gz", hash = "sha256:fc774e36ad96839b9fc14f1097093527b8abd1348ed824e25818309820afa344"}, + {file = "openai-1.51.0-py3-none-any.whl", hash = "sha256:d9affafb7e51e5a27dce78589d4964ce4d6f6d560307265933a94b2e3f3c5d2c"}, + {file = "openai-1.51.0.tar.gz", hash = "sha256:8dc4f9d75ccdd5466fc8c99a952186eddceb9fd6ba694044773f3736a847149d"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 50ccf55..e5533bf 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.42.0", - "openai==1.50.0", + "openai==1.51.0", "orjson==3.10.7", "python-dotenv==1.0.1", "PyYAML==6.0.2",