Skip to content

Commit e7d5ad2

Browse files
Bump openai from 2.2.0 to 2.6.1
Bumps [openai](https://github.com/openai/openai-python) from 2.2.0 to 2.6.1. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.2.0...v2.6.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 698ea04 commit e7d5ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dynamic = [ "readme" ]
1212
dependencies = [
1313
"requests==2.32.5",
1414
"jinja2==3.1.6",
15-
"openai==2.2.0",
15+
"openai==2.6.1",
1616
"google-genai==1.41.0",
1717
"GitPython==3.1.45",
1818
"tqdm==4.67.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests==2.32.5
22
jinja2==3.1.6
3-
openai==2.2.0
3+
openai==2.6.1
44
google-genai==1.41.0
55
GitPython==3.1.45
66
tqdm==4.67.1

0 commit comments

Comments
 (0)