From 4db83b85e807fdcc2fce5980318878667b3447e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 12:52:27 +0000 Subject: [PATCH] chore(deps): bump openai from 1.63.0 to 1.63.2 Bumps [openai](https://github.com/openai/openai-python) from 1.63.0 to 1.63.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.63.0...v1.63.2) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... 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 86ad89ff..d0ad8b81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1592,13 +1592,13 @@ pydantic = ">=2.9.0,<3.0.0" [[package]] name = "openai" -version = "1.63.0" +version = "1.63.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.63.0-py3-none-any.whl", hash = "sha256:a664dfc78f0a05ca46c3e21f344f840cf6bf7174f13cfa9de214ed28bfca1dda"}, - {file = "openai-1.63.0.tar.gz", hash = "sha256:597d7a1b35b113e5a09fcb953bdb1eef44f404a39985f3d7573b3ab09221fd66"}, + {file = "openai-1.63.2-py3-none-any.whl", hash = "sha256:1f38b27b5a40814c2b7d8759ec78110df58c4a614c25f182809ca52b080ff4d4"}, + {file = "openai-1.63.2.tar.gz", hash = "sha256:aeabeec984a7d2957b4928ceaa339e2ead19c61cfcf35ae62b7c363368d26360"}, ] [package.dependencies] @@ -2585,4 +2585,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "66ae655d250f11566f7b2816aab8b67f6cb53fc65648bb49adfe9a70c1f3b08f" +content-hash = "ae95b7becd4a68af2c0474f6187381e7562b5d3ec27b8fff0db57825f2220626" diff --git a/pyproject.toml b/pyproject.toml index 70b9628b..ac0339c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ keyring = "^25.6.0" markdown2 = "^2.5.3" more-itertools = "^10.6.0" numpy = "^2.2.1" -openai = "^1.63.0" +openai = "^1.63.2" pillow = "^11.1.0" psutil = "^7.0.0" platformdirs = "^4.3.6"