Skip to content

chore(deps)(deps): update openai requirement from >=2.38.0 to >=2.41.0 in /nodes/src/nodes#1154

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/nodes/src/nodes/openai-gte-2.41.0
Closed

chore(deps)(deps): update openai requirement from >=2.38.0 to >=2.41.0 in /nodes/src/nodes#1154
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/nodes/src/nodes/openai-gte-2.41.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on openai to permit the latest version.

Release notes

Sourced from openai's releases.

v2.41.0

2.41.0 (2026-06-03)

Full Changelog: v2.40.0...v2.41.0

Features

  • api: responses.moderation and chat_completions.moderation (87e46c2)
Changelog

Sourced from openai's changelog.

2.41.0 (2026-06-03)

Full Changelog: v2.40.0...v2.41.0

Features

  • api: responses.moderation and chat_completions.moderation (87e46c2)

2.40.0 (2026-06-01)

Full Changelog: v2.39.0...v2.40.0

Features

  • api: Add Amazon Bedrock Responses support

Bug Fixes

  • api: allow setting bedrock api keys on the client directly (4d5bfde)

2.39.0 (2026-06-01)

Full Changelog: v2.38.0...v2.39.0

Features

  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (ab60d7a)

2.38.0 (2026-05-21)

Full Changelog: v2.37.0...v2.38.0

Features

  • api: api update (33d1d01)
  • api: manual updates (a21700a)
  • api: update OpenAPI spec or Stainless config (00265c5)

Chores

  • api: docs updates (ee10152)
  • check release PR custom code sync (2638779)
  • remove release automation trigger (bd6eea5)
  • trigger release automation (f62d082)

2.37.0 (2026-05-13)

Full Changelog: v2.36.0...v2.37.0

Features

... (truncated)

Commits
  • 2d955a1 Merge pull request #3359 from openai/release-please--branches--main--changes-...
  • 519cd02 release: 2.41.0
  • 87e46c2 feat(api): responses.moderation and chat_completions.moderation
  • a28a3f6 Merge pull request #3352 from openai/release-please--branches--main--changes-...
  • db6ccaf Update CHANGELOG.md
  • 2264f70 release: 2.40.0
  • 4d5bfde fix(api): allow setting bedrock api keys on the client directly
  • ccef143 Merge pull request #3326 from openai/codex/bedrock-responses-review
  • a50ff0a Fix Bedrock with_options overrides
  • fdf4901 codegen metadata
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version.
- [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.38.0...v2.41.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.41.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area: nodes Pipeline node implementations and configuration dependencies Pull requests that update a dependency file labels Jun 8, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file area: nodes Pipeline node implementations and configuration labels Jun 8, 2026
@github-actions github-actions Bot added the module:nodes Python pipeline nodes label Jun 8, 2026
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
🤖 Internal: Discord sync marker

Auto-managed by the Discord notification workflow. Stores the linked Discord message ID. Do not edit or delete.

anandray added a commit that referenced this pull request Jun 9, 2026
…e path)

Extends the pip ignore list with three deps that have repeatedly hit
the requirement-update path and required manual audit work each time:

  - openai — #910 (1→2, audited May 2026; #981 was the re-roll;
             #1154 is the current 2.38→2.41 ask). The llm_vision_openai
             node has been audited per-bump because v2 changed the chat
             completions / responses surface.
  - cohere — #948 (5→6, audited May 2026; #1156 is the 6.1→7 ask).
             rerank_cohere needs ClientV2 + error class re-verification
             on each major.
  - redis  — #949 (5→6, audited May 2026; #1155 is the 6.4→7.4 ask).
             memory_persistent uses the standard command surface;
             usually safe but warrants a smoke against a real Redis.

Same pattern as the existing elasticsearch (#839) and google-genai
(#857) entries — these slip past the semver-major ignore because
they're requirement-update PRs (Dependabot rewriting `>=X,<Y` to a
higher Y) not version-update PRs, and the semver-major ignore only
catches `version-update:semver-major`.

Bringing these in becomes an explicit human-driven PR per dep when
the team is ready to do the audit, rather than a recurring Dependabot
PR that sits in the queue every few weeks needing the same audit
work.
@anandray

Copy link
Copy Markdown
Contributor

Closing in favor of the consolidated monthly Dependabot bundle from #1197 (just merged). Next scheduled Dependabot run (2026-07-01) will re-roll this bump into the consolidated PR if still applicable — comment @dependabot recreate on this closed PR if you want it back sooner under the old per-directory config (not recommended; just let the new monthly cadence pick it up).

@anandray anandray closed this Jun 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/nodes/src/nodes/openai-gte-2.41.0 branch June 10, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: nodes Pipeline node implementations and configuration dependencies Pull requests that update a dependency file module:nodes Python pipeline nodes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant