From e807f3e1d81e666a86d45c7fe44a6fd1a87b3bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 07:59:53 +0000 Subject: [PATCH] Bump openai from 1.37.0 to 1.37.1 Bumps [openai](https://github.com/openai/openai-python) from 1.37.0 to 1.37.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.37.0...v1.37.1) --- 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 60aa3e0..eec4b1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2196,13 +2196,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.37.0" +version = "1.37.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.37.0-py3-none-any.whl", hash = "sha256:a903245c0ecf622f2830024acdaa78683c70abb8e9d37a497b851670864c9f73"}, - {file = "openai-1.37.0.tar.gz", hash = "sha256:dc8197fc40ab9d431777b6620d962cc49f4544ffc3011f03ce0a805e6eb54adb"}, + {file = "openai-1.37.1-py3-none-any.whl", hash = "sha256:9a6adda0d6ae8fce02d235c5671c399cfa40d6a281b3628914c7ebf244888ee3"}, + {file = "openai-1.37.1.tar.gz", hash = "sha256:faf87206785a6b5d9e34555d6a3242482a6852bc802e453e2a891f68ee04ce55"}, ] [package.dependencies] @@ -4582,4 +4582,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9072ec6cf404df1c4df38686b63ad7a1d6b5be79b271668d27945140607d9fa4" +content-hash = "c56a9adb6ec5c4e6337f59c93e4bb88fc21dfd5e5f8cdb51983ad7489190e4c2" diff --git a/pyproject.toml b/pyproject.toml index 693d4c3..e9e63ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ flask = "^3.0.0" flask-limiter = "^3.8.0" langchain = "^0.2.11" ollama = "^0.3.0" -openai = "^1.37.0" +openai = "^1.37.1" pandas = "^2.1.3" plotly = "^5.23.0" pypdf = "^4.3.1"