From 8dd21208662ad0678d18cd58867985e5740711df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 12:20:15 +0100 Subject: [PATCH] chore(deps): bump openai from 1.61.1 to 1.63.0 (#531) Bumps [openai](https://github.com/openai/openai-python) from 1.61.1 to 1.63.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.61.1...v1.63.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a1abd12..4e4c82f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1594,13 +1594,13 @@ files = [ [[package]] name = "openai" -version = "1.61.1" +version = "1.63.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.61.1-py3-none-any.whl", hash = "sha256:72b0826240ce26026ac2cd17951691f046e5be82ad122d20a8e1b30ca18bd11e"}, - {file = "openai-1.61.1.tar.gz", hash = "sha256:ce1851507218209961f89f3520e06726c0aa7d0512386f0f977e3ac3e4f2472e"}, + {file = "openai-1.63.0-py3-none-any.whl", hash = "sha256:a664dfc78f0a05ca46c3e21f344f840cf6bf7174f13cfa9de214ed28bfca1dda"}, + {file = "openai-1.63.0.tar.gz", hash = "sha256:597d7a1b35b113e5a09fcb953bdb1eef44f404a39985f3d7573b3ab09221fd66"}, ] [package.dependencies] @@ -2587,4 +2587,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bbcf74038dcfdb7ef21bc3a2855d470dbccdb11c9c8859ce164ecd9cd08b1ee1" +content-hash = "0b976ddcd116b5f5033e0f00f761b57329e55aa1f441b3e4505aff4f4d24d4e9" diff --git a/pyproject.toml b/pyproject.toml index 64a84e5c..d701afb9 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.61.1" +openai = "^1.63.0" pillow = "^11.1.0" psutil = "^7.0.0" platformdirs = "^4.3.6"