Remove fastapi_cloudevents since it's not compatible with the latest cloudevents package.#1303
Merged
JoshVanL merged 2 commits intoApr 22, 2026
Merged
Conversation
…cloudevents package. Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
nelson-parente
approved these changes
Apr 22, 2026
JoshVanL
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove fastapi-cloudevents dependency since it breaks the combined patterns workflow tutorial.
Analysis by Claude
The fastapi-cloudevents library (latest 2.0.2) is incompatible with the newly released cloudevents 2.0.0.
Evidence chain:
(released recently) restructured the API — the submodule is gone, replaced by cloudevents.core.bindings.http
(which the working pub_sub/python/sdk/order-processor/app.py already uses, per commit ae1fe8f "Update to
latest cloudevents").
fastapi-cloudevents>=2.0.2 with no cloudevents constraint, so a fresh pip install resolves cloudevents==2.0.0
and the import blows up.
on PyPI.
Issue reference
We strive to have all PRs being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: