From 222016e4eb756087ab139fd64e05ac19ab03113f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:18:41 +0000 Subject: [PATCH] chore(deps): bump openai from 1.30.3 to 1.30.5 in /apps/api 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] --- 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 ff1090e0..5382803f 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -1879,13 +1879,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] @@ -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 = "9c2f7331dc02ed419be792477440cddd46f1be2baca4ade7f42b4dc6a3c552ee" +content-hash = "fa81f1a5dcd864d5a04ff7cd33b0e9c47ab604ce4705207e15e026d59d1f41c1" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 95a5288d..cf541f8e 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.3" +openai = "^1.30.5" passlib = "^1.7.4" psycopg2-binary = "^2.9.9" pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}