From 57bca2b50dab97cc177d9e08128ae5d9fc171a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:14:19 +0000 Subject: [PATCH] build(deps): bump openai from 1.57.1 to 1.108.1 Bumps [openai](https://github.com/openai/openai-python) from 1.57.1 to 1.108.1. - [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.57.1...v1.108.1) --- updated-dependencies: - dependency-name: openai dependency-version: 1.108.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 714806c8..9d27ee49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # ipython==8.27.0 # openai==1.52.0 -openai==1.57.1 +openai==1.108.1 together==1.3.3 python-dotenv==1.0.1 requests==2.32.3