Skip to content

Commit cca1c74

Browse files
build(deps): bump openai from 2.24.0 to 2.29.0 (#59)
Bumps [openai](https://github.com/openai/openai-python) from 2.24.0 to 2.29.0. - [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.24.0...v2.29.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d326ce3 commit cca1c74

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
@@ -6,7 +6,7 @@ dependencies = [
66
"slack-sdk==3.40.1",
77
"slack-bolt==1.27.0",
88
"slack-cli-hooks<1.0.0",
9-
"openai==2.24.0",
9+
"openai==2.29.0",
1010
"python-dotenv==1.2.1",
1111
]
1212

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slack-bolt==1.27.0
33
slack-cli-hooks<1.0.0
44

55
# If you use a different LLM vendor, replace this dependency
6-
openai==2.24.0
6+
openai==2.29.0
77

88
pytest==9.0.2
99
ruff==0.15.4

0 commit comments

Comments
 (0)