Skip to content

chore(deps): Bump cloudevents from 1.12.1 to 2.2.0#1113

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/cloudevents-2.2.0
Closed

chore(deps): Bump cloudevents from 1.12.1 to 2.2.0#1113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/cloudevents-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps cloudevents from 1.12.1 to 2.2.0.

Changelog

Sourced from cloudevents's changelog.

[2.2.0]

Changed

  • Updated dev and build-time dependencies.

Fixed

  • Fixed an issue where setting a non-JSON datacontenttype (e.g., application/octet-stream) with dict data produced non-JSON-decodable output; now best-effort json-encoding is applied regardless of datacontenttype. (#291)
  • Updated behavior when datacontenttype is unset: now treats events as application/json in line with spec recommendation. (#291)

[2.1.0]

Added

[2.0.0]

Changed

  • Released stable v2.0.0. See migration for details and migration guidelines. (#279)

[2.0.0.alpha6]

Changed

  • Updated tooling and workflows. (#278)

Fixed

  • Fixed the v1 compatibility layer. (#276)

[2.0.0.alpha5]

Changed

  • Improved spec compatibility of attributes processing. (#275)

[2.0.0.alpha4]

Changed

  • CloudEvents v2 is ready to become the main version. (#273)
Commits

Dependabot compatibility score

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)

Bumps [cloudevents](https://github.com/cloudevents/sdk-python) from 1.12.1 to 2.2.0.
- [Changelog](https://github.com/cloudevents/sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cloudevents/sdk-python/commits/2.2.0)

---
updated-dependencies:
- dependency-name: cloudevents
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 1, 2026
@dependabot dependabot Bot requested review from a team as code owners July 1, 2026 13:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 1, 2026
@acroca

acroca commented Jul 2, 2026

Copy link
Copy Markdown
Member

@dependabot ignore this major version

For reference, upgrading it to 2.x would mean new installations would get 2.2.0 today, and the import path for CloudEvent moved from cloudevents.sdk.event to cloudevents.v1.sdk.event. User's code would code, if they import CloudEvent from the old import path and they get the dependency updated. Since we don't really need the newer version, I think it's better to stay at <2.0.0 until it becomes a problem.

@dependabot dependabot Bot closed this Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 2.x.x again, unless you re-open this PR.

@dependabot dependabot Bot deleted the dependabot/uv/cloudevents-2.2.0 branch July 2, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant