From dfc6777eb37570e8960305539a9c1d240825aec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:20:35 +0000 Subject: [PATCH] Bump openai from 1.35.10 to 1.36.1 Bumps [openai](https://github.com/openai/openai-python) from 1.35.10 to 1.36.1. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.35.10...v1.36.1) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2d6ed4..333c962 100644 --- a/poetry.lock +++ b/poetry.lock @@ -798,13 +798,13 @@ setuptools = "*" [[package]] name = "openai" -version = "1.35.10" +version = "1.36.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.35.10-py3-none-any.whl", hash = "sha256:962cb5c23224b5cbd16078308dabab97a08b0a5ad736a4fdb3dc2ffc44ac974f"}, - {file = "openai-1.35.10.tar.gz", hash = "sha256:85966949f4f960f3e4b239a659f9fd64d3a97ecc43c44dc0a044b5c7f11cccc6"}, + {file = "openai-1.36.1-py3-none-any.whl", hash = "sha256:d399b9d476dbbc167aceaac6bc6ed0b2e2bb6c9e189c7f7047f822743ae62e64"}, + {file = "openai-1.36.1.tar.gz", hash = "sha256:41be9e0302e95dba8a9374b885c5cb1cec2202816a70b98736fee25a2cadd1f2"}, ] [package.dependencies] @@ -1708,4 +1708,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "235f693b6cf44b6cb81ed81da826f1469b2c0b3a8fc1467fb814ac563f08f4f9" +content-hash = "ec55816ecd3ac6143dcf19ea26c0c9a6134341304256e58514b1cc561b36fb4c" diff --git a/pyproject.toml b/pyproject.toml index f650b2a..caa49e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ g3 = "g3.main:app" [tool.poetry.dependencies] python = "^3.11" typer = { extras = ["all"], version = ">=0.9,<0.13" } -openai = ">=1.35.10,<1.36.0" +openai = ">=1.35.10,<1.37.0" asyncio = "^3.4.3" inquirer = "^3.1.3" pydantic = { version = ">=1.10.10,<3.0.0", extras = ["dotenv"] }