chore(deps): bump openai from 1.25.2 to 1.30.0 in /apps/api

Bumps [openai](https://github.com/openai/openai-python) from 1.25.2 to 1.30.0.
- [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.25.2...v1.30.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-14 15:51:30 +00:00 committed by GitHub
parent 48831173d0
commit d8fd70a739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
apps/api/poetry.lock generated
View file

@ -1879,13 +1879,13 @@ sympy = "*"
[[package]] [[package]]
name = "openai" name = "openai"
version = "1.25.2" version = "1.30.0"
description = "The official Python library for the openai API" description = "The official Python library for the openai API"
optional = false optional = false
python-versions = ">=3.7.1" python-versions = ">=3.7.1"
files = [ files = [
{file = "openai-1.25.2-py3-none-any.whl", hash = "sha256:8df66384343e81ae49f5b9ee7d2d67df3b98d578d1e3a50994111e1c6062bf5e"}, {file = "openai-1.30.0-py3-none-any.whl", hash = "sha256:2826be5836e87ac5f090db7c8cc3d406080357487137e963ececc237cf804f6d"},
{file = "openai-1.25.2.tar.gz", hash = "sha256:a2b4a6ae9afb8b5578b5b69315ecc6c01564d4c8dbe18fe2375bb9547ff5038c"}, {file = "openai-1.30.0.tar.gz", hash = "sha256:0ba828156eb209c57509f98c2dd7e31add8dbd5feae432507701b65a6f8d20fe"},
] ]
[package.dependencies] [package.dependencies]
@ -3809,4 +3809,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "51bb64ce761614277365307a8dc5abf51ea8c1b0bdaab6e0f10f77ff6817dec4" content-hash = "bd9ab8517e86e6c30813e4e57be16a9dbc8c4de6906d7f67b47b863ad30e5baf"

View file

@ -19,7 +19,7 @@ httpx = "^0.27.0"
langchain = "0.1.7" langchain = "0.1.7"
langchain-community = "^0.0.20" langchain-community = "^0.0.20"
langchain-openai = "^0.0.6" langchain-openai = "^0.0.6"
openai = "^1.25.2" openai = "^1.30.0"
passlib = "^1.7.4" passlib = "^1.7.4"
psycopg2-binary = "^2.9.9" psycopg2-binary = "^2.9.9"
pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]} pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}