Skip to content

Fix Click dependency version issues#375

Merged
coordt merged 3 commits intomasterfrom
374-switch-click-dependency
Oct 4, 2025
Merged

Fix Click dependency version issues#375
coordt merged 3 commits intomasterfrom
374-switch-click-dependency

Conversation

@coordt
Copy link
Copy Markdown
Member

@coordt coordt commented Oct 4, 2025

  • Updated Click dependency to restrict versions below <8.2.2 to fix compatibility issues.
  • Regenerated uv.lock with updated dependencies to ensure a consistent environment.
  • This change avoids runtime errors caused by incompatible Click versions.

Fixes #374

- Set Click required version to `<8.2.2`
- `uv.lock` regenerated with upgraded dependencies
@coordt coordt linked an issue Oct 4, 2025 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 4, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-10-04 14:12 UTC

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 4, 2025

Version hint: patch
Current version: 1.2.3
New version (when merged): 1.2.4

Comment ID: Display the version hint-auto-generated

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.38%. Comparing base (1af3e18) to head (fbd3deb).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #375   +/-   ##
=======================================
  Coverage   95.38%   95.38%           
=======================================
  Files          29       29           
  Lines        1971     1971           
  Branches      207      207           
=======================================
  Hits         1880     1880           
  Misses         65       65           
  Partials       26       26           
Flag Coverage Δ
python-3.10 95.38% <ø> (ø)
python-3.11 95.38% <ø> (ø)
python-3.12 95.38% <ø> (ø)
python-3.13 95.38% <ø> (ø)
python-3.8 95.38% <ø> (ø)
python-3.9 95.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

coordt added 2 commits October 4, 2025 09:03
- trigger release when pypproject.toml is changed
@coordt coordt merged commit 81e4e9f into master Oct 4, 2025
16 of 22 checks passed
@coordt coordt deleted the 374-switch-click-dependency branch October 4, 2025 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

click==8.2.2 breaks bump-my-version==1.2.3

1 participant