From 11f19356056a6a31aabb245db5892b4e13b2de6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:41:03 +0000 Subject: [PATCH] Bump openai from 1.43.1 to 1.50.2 Bumps [openai](https://github.com/openai/openai-python) from 1.43.1 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.43.1...v1.50.2) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0a8a197..90df08d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3708,13 +3708,13 @@ sympy = "*" [[package]] name = "openai" -version = "1.50.0" +version = "1.50.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.7.1" files = [ - {file = "openai-1.50.0-py3-none-any.whl", hash = "sha256:8545b3e37aa28a39e5177adbb6142f3e2b2b9e2889ae002c0ba785d917e466e2"}, - {file = "openai-1.50.0.tar.gz", hash = "sha256:fc774e36ad96839b9fc14f1097093527b8abd1348ed824e25818309820afa344"}, + {file = "openai-1.50.2-py3-none-any.whl", hash = "sha256:822dd2051baa3393d0d5406990611975dd6f533020dc9375a34d4fe67e8b75f7"}, + {file = "openai-1.50.2.tar.gz", hash = "sha256:3987ae027152fc8bea745d60b02c8f4c4a76e1b5c70e73565fa556db6f78c9e6"}, ] [package.dependencies] @@ -6921,4 +6921,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e34fb6b10e1ecb44e59799ea008abe643d479999ae4bb85a7b3e7a9f30c75e90" +content-hash = "e1a1446b58d989ecccd81ad5ea2f562839caceddf276d18cff265bb116b58360" diff --git a/pyproject.toml b/pyproject.toml index 65e74ba..41a587d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -openai = "^1.50.0" +openai = "^1.50.2" python-dotenv = "^1.0.1" streamlit = "^1.38.0" azure-cosmos = "^4.7.0"