Skip to content

fix: add .python-version to fix Dependabot uv updates#4352

Merged
mattatcha merged 2 commits intomainfrom
matcha/fix-dependabot
Feb 3, 2026
Merged

fix: add .python-version to fix Dependabot uv updates#4352
mattatcha merged 2 commits intomainfrom
matcha/fix-dependabot

Conversation

@mattatcha
Copy link
Contributor

Summary

Fixes Dependabot failing to update dependencies because the uv updater defaults to Python 3.14.2, which is incompatible with the project's requires-python constraint (>=3.10, <3.14).

Adds .python-version pinned to 3.13 so Dependabot uses a compatible Python version.

Dependabot's uv updater defaults to Python 3.14.2, which is incompatible
with the project's requires-python constraint (>=3.10, <3.14). Adding
.python-version pins the Python version to 3.13 for dependency updates.
@mattatcha mattatcha merged commit fee9445 into main Feb 3, 2026
45 checks passed
@mattatcha mattatcha deleted the matcha/fix-dependabot branch February 3, 2026 16:55
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.

2 participants