Merge pull request #240 from learnhouse/dependabot/pip/apps/api/openai-1.25.2

chore(deps): bump openai from 1.23.6 to 1.25.2 in /apps/api
This commit is contained in:
Badr B 2024-05-06 14:24:17 +02:00 committed by GitHub
commit d739f2e8a3
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

@ -1769,13 +1769,13 @@ sympy = "*"
[[package]]
name = "openai"
version = "1.23.6"
version = "1.25.2"
description = "The official Python library for the openai API"
optional = false
python-versions = ">=3.7.1"
files = [
{file = "openai-1.23.6-py3-none-any.whl", hash = "sha256:f406c76ba279d16b9aca5a89cee0d968488e39f671f4dc6f0d690ac3c6f6fca1"},
{file = "openai-1.23.6.tar.gz", hash = "sha256:612de2d54cf580920a1156273f84aada6b3dca26d048f62eb5364a4314d7f449"},
{file = "openai-1.25.2-py3-none-any.whl", hash = "sha256:8df66384343e81ae49f5b9ee7d2d67df3b98d578d1e3a50994111e1c6062bf5e"},
{file = "openai-1.25.2.tar.gz", hash = "sha256:a2b4a6ae9afb8b5578b5b69315ecc6c01564d4c8dbe18fe2375bb9547ff5038c"},
]
[package.dependencies]
@ -3625,4 +3625,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "a179281abcde157264bdf53fb24b8b6c75734db58c611bafc4199631ec7aaa05"
content-hash = "7a8286307cc569789e23a1fc1cba4207940239067f9c7ba93e965dd5e237c639"

View file

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