build(deps): exclude prompt_toolkit 3.0.52 due to compatibility issue #1579
build(deps): exclude prompt_toolkit 3.0.52 due to compatibility issue #1579Lee-W merged 1 commit intocommitizen-tools:masterfrom danchev:master
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a version exclusion for the prompt_toolkit package to resolve a compatibility issue with the questionary library. The change prevents the installation of prompt_toolkit version 3.0.52, which has a known issue that breaks commitizen functionality.
- Excludes
prompt_toolkitversion 3.0.52 as a transitive dependency constraint
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1579 +/- ##
==========================================
+ Coverage 97.33% 97.96% +0.62%
==========================================
Files 42 58 +16
Lines 2104 2703 +599
==========================================
+ Hits 2048 2648 +600
+ Misses 56 55 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Issue: tmbo/questionary#454
Description
Exclude transient dependency that breaks commitizen
Checklist
Code Changes
poetry alllocally to ensure this change passes linter check and testsDocumentation Changes
poetry doclocally to ensure the documentation pages renders correctlyExpected Behavior
Steps to Test This Pull Request
uv run --with . git-cz c --dry-runAdditional Context