mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump openai from 1.40.3 to 1.50.2 in /apps/api
Bumps [openai](https://github.com/openai/openai-python) from 1.40.3 to 1.50.2. - [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.40.3...v1.50.2) --- 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:
parent
10440611d8
commit
2d2fdce1b8
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -1976,13 +1976,13 @@ sympy = "*"
|
|||
|
||||
[[package]]
|
||||
name = "openai"
|
||||
version = "1.40.3"
|
||||
version = "1.50.2"
|
||||
description = "The official Python library for the openai API"
|
||||
optional = false
|
||||
python-versions = ">=3.7.1"
|
||||
files = [
|
||||
{file = "openai-1.40.3-py3-none-any.whl", hash = "sha256:09396cb6e2e15c921a5d872bf92841a60a9425da10dcd962b45fe7c4f48f8395"},
|
||||
{file = "openai-1.40.3.tar.gz", hash = "sha256:f2ffe907618240938c59d7ccc67dd01dc8c50be203c0077240db6758d2f02480"},
|
||||
{file = "openai-1.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"},
|
||||
{file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -3897,4 +3897,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "3f522747280f1c8354b8384c76c5436a5595d9400099db4f832b0ea67055cf37"
|
||||
content-hash = "f833ec3787697499d05e2aafb89bcb275b0d7468a6a4a33eb20cd139a21880d8"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ httpx = "^0.27.0"
|
|||
langchain = "^0.1.7"
|
||||
langchain-community = "^0.0.20"
|
||||
langchain-openai = "^0.0.6"
|
||||
openai = "^1.40.3"
|
||||
openai = "^1.50.2"
|
||||
passlib = "^1.7.4"
|
||||
psycopg2-binary = "^2.9.9"
|
||||
pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue