mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #215 from learnhouse/dependabot/pip/apps/api/openai-1.17.0
This commit is contained in:
commit
da872c5767
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.14.3"
|
version = "1.17.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.14.3-py3-none-any.whl", hash = "sha256:7a465994a7ccf677a110c6cc2ef9d86229bad42c060b585b67049aa749f3b774"},
|
{file = "openai-1.17.0-py3-none-any.whl", hash = "sha256:72464cdb0602a57af87acb4888b1a48a1c02182cc9f09d2f2f3200b185223d5f"},
|
||||||
{file = "openai-1.14.3.tar.gz", hash = "sha256:37b514e9c0ff45383ec9b242abd0f7859b1080d4b54b61393ed341ecad1b8eb9"},
|
{file = "openai-1.17.0.tar.gz", hash = "sha256:72e6758cec080a3e5a9daf843178c975fed656fe0831919f4dd89bb62431724f"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[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 = "3ad9110e6f462f689369d8c966aa247fba4ddb7bd5f7aeafc861e62901698dba"
|
content-hash = "3b51ea2d34a78807a0eadfc7a6bac9301465338f05f7221b595b72808668083c"
|
||||||
|
|
|
||||||
|
|
@ -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.7.1"
|
openai = "^1.17.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"]}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue