mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #219 from learnhouse/dependabot/pip/apps/api/openai-1.17.1
This commit is contained in:
commit
6707a3c405
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -1770,13 +1770,13 @@ sympy = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openai"
|
name = "openai"
|
||||||
version = "1.17.0"
|
version = "1.17.1"
|
||||||
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.17.0-py3-none-any.whl", hash = "sha256:72464cdb0602a57af87acb4888b1a48a1c02182cc9f09d2f2f3200b185223d5f"},
|
{file = "openai-1.17.1-py3-none-any.whl", hash = "sha256:d42e0d7a692c7b78cbae21598df5ded396abecf6c285325635ec62621e6c82f1"},
|
||||||
{file = "openai-1.17.0.tar.gz", hash = "sha256:72e6758cec080a3e5a9daf843178c975fed656fe0831919f4dd89bb62431724f"},
|
{file = "openai-1.17.1.tar.gz", hash = "sha256:c5a909e70e2b4cd04ef4076b68497c4eb894704cf8ab23d32d6552931fda6e5b"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
|
@ -3730,4 +3730,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 = "22541411250fd602c1ae1b6e1ed7321319384139901263e48bb69733568d0e30"
|
content-hash = "5b457e6647489b3a77d05c3e9c909d60c1c91ad9d69c778b235f64a24a0ea835"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,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.17.0"
|
openai = "^1.17.1"
|
||||||
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"]}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue