chore(deps): bump openai from 1.14.3 to 1.17.0 in /apps/api

Bumps [openai](https://github.com/openai/openai-python) from 1.14.3 to 1.17.0.
- [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.14.3...v1.17.0)

---
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:
dependabot[bot] 2024-04-10 20:37:28 +00:00 committed by GitHub
parent 663c755b77
commit 3f36091057
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

@ -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"

View file

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