Merge pull request #256 from learnhouse/dependabot/pip/apps/api/openai-1.30.3

chore(deps): bump openai from 1.30.1 to 1.30.3 in /apps/api
This commit is contained in:
Badr B 2024-05-28 11:35:33 +02:00 committed by GitHub
commit 6598c1a52f
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]]
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"

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.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"]}