From 8ab95d41cb7b87df29352ee5e59e643c99171ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 05:08:53 +0000 Subject: [PATCH] chore(deps): bump openai from 1.102.0 to 1.108.0 Bumps [openai](https://github.com/openai/openai-python) from 1.102.0 to 1.108.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.102.0...v1.108.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.108.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4387fe601..ed4659c20 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1060,14 +1060,14 @@ files = [ [[package]] name = "openai" -version = "1.102.0" +version = "1.108.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "openai-1.102.0-py3-none-any.whl", hash = "sha256:d751a7e95e222b5325306362ad02a7aa96e1fab3ed05b5888ce1c7ca63451345"}, - {file = "openai-1.102.0.tar.gz", hash = "sha256:2e0153bcd64a6523071e90211cbfca1f2bbc5ceedd0993ba932a5869f93b7fc9"}, + {file = "openai-1.108.0-py3-none-any.whl", hash = "sha256:31f2e58230e2703f13ddbb50c285f39dacf7fca64ab19882fd8a7a0b2bccd781"}, + {file = "openai-1.108.0.tar.gz", hash = "sha256:e859c64e4202d7f5956f19280eee92bb281f211c41cdd5be9e63bf51a024ff72"}, ] markers = {main = "extra == \"openai\""}