Update click version constraint to <8.4#671
Open
SpencerWhitehead7 wants to merge 4 commits into
Open
Conversation
Latest released version of click 8.3.1
There was a problem hiding this comment.
Pull request overview
This PR updates Faust’s runtime dependency constraints to permit newer click releases, unblocking environments that require click>=8.3 transitively.
Changes:
- Relax
clickupper bound from<8.2to<8.4in the project’s main requirements list.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #671 +/- ##
=======================================
Coverage 95.98% 95.98%
=======================================
Files 103 103
Lines 11069 11069
Branches 1191 1191
=======================================
Hits 10625 10625
Misses 350 350
Partials 94 94 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
wbarnha
enabled auto-merge
July 21, 2026 18:01
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.
Latest released version of click 8.3.1
Note: Before submitting this pull request, please review our contributing
guidelines.
Description
Raises the constraint on click versions to allow the latest.
A project I am working on has another package that transitively requires click>=8.3, so this is blocking me from updating.
I'm not aware of any reason faust-streaming cannot use the most recent and modeled this PR on https://github.com/faust-streaming/faust/pull/473/files