From 100d89eb94d86c64c18df23850756561f129adf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 17:53:32 +0000 Subject: [PATCH] Bump openai from 1.30.3 to 1.30.5 Bumps [openai](https://github.com/openai/openai-python) from 1.30.3 to 1.30.5. - [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.30.3...v1.30.5) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... 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 e8a2d2b..9d53435 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2233,13 +2233,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.30.3" +version = "1.30.5" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.30.3-py3-none-any.whl", hash = "sha256:f88119c8a848998be533c71ab8aa832446fa72b7ddbc70917c3f5886dc132051"}, - {file = "openai-1.30.3.tar.gz", hash = "sha256:8e1bcdca2b96fe3636ab522fa153d88efde1b702d12ec32f1c73e9553ff93f45"}, + {file = "openai-1.30.5-py3-none-any.whl", hash = "sha256:2ad95e926de0d2e09cde632a9204b0a6dca4a03c2cdcc84329b01f355784355a"}, + {file = "openai-1.30.5.tar.gz", hash = "sha256:5366562eb2c5917e6116ae0391b7ae6e3acd62b0ae3f565ada32b35d8fcfa106"}, ] [package.dependencies] @@ -4629,4 +4629,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "cc73110e1b47ea64cbdcc20821c64535b52026474f0e80649787dc32fd271129" +content-hash = "e6d23efd243d6faa9392a9031ef13d4ea34f4148c731c5784adabdd2a10483ed" diff --git a/pyproject.toml b/pyproject.toml index 8aa4680..e142ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ flask = "^3.0.0" flask-limiter = "^3.7.0" langchain = "^0.2.1" ollama = "^0.2.0" -openai = "^1.30.3" +openai = "^1.30.5" pandas = "^2.1.3" plotly = "^5.18.0" pypdf = "^4.0.1"