From 481587900da2c0bd9f07135d32e55b53189c5068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 04:56:28 +0000 Subject: [PATCH] chore(deps): bump openai from 1.30.1 to 1.30.3 in /apps/api Bumps [openai](https://github.com/openai/openai-python) from 1.30.1 to 1.30.3. - [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.1...v1.30.3) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/poetry.lock | 8 ++++---- apps/api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 26df7897..ae3afe94 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -1879,13 +1879,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.30.1" +version = "1.30.3" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.30.1-py3-none-any.whl", hash = "sha256:c9fb3c3545c118bbce8deb824397b9433a66d0d0ede6a96f7009c95b76de4a46"}, - {file = "openai-1.30.1.tar.gz", hash = "sha256:4f85190e577cba0b066e1950b8eb9b11d25bc7ebcc43a86b326ce1bfa564ec74"}, + {file = "openai-1.30.3-py3-none-any.whl", hash = "sha256:f88119c8a848998be533c71ab8aa832446fa72b7ddbc70917c3f5886dc132051"}, + {file = "openai-1.30.3.tar.gz", hash = "sha256:8e1bcdca2b96fe3636ab522fa153d88efde1b702d12ec32f1c73e9553ff93f45"}, ] [package.dependencies] @@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "fbfdbc23f439fa3901b6412bd9ee94d2bdad06a7ecd49cce5b67373bdfb01c10" +content-hash = "b125d23d22206f03e209971413957da8dbd193ca423494448a3de6e6f247b2b4" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index e159dc09..94ed2bcb 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -19,7 +19,7 @@ httpx = "^0.27.0" langchain = "0.1.7" langchain-community = "^0.0.20" langchain-openai = "^0.0.6" -openai = "^1.30.1" +openai = "^1.30.3" passlib = "^1.7.4" psycopg2-binary = "^2.9.9" pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}