Bump hatch version to resolve issue with virtualenv package#758
Closed
NickGeneva wants to merge 1 commit intoNVIDIA:mainfrom
Closed
Bump hatch version to resolve issue with virtualenv package#758NickGeneva wants to merge 1 commit intoNVIDIA:mainfrom
NickGeneva wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
Contributor
Greptile SummaryThis PR bumps the minimum required version of
The changes are minimal, targeted, and internally consistent — no logic or application code is affected.
|
| Filename | Overview |
|---|---|
| pyproject.toml | Bumps the minimum hatch version requirement from >=1.14.0 to >=1.16.5 in the dev dependency group to address a virtualenv-related bug in hatch. |
| uv.lock | Lock file updated consistently: hatch resolved version bumped from 1.16.3 to 1.16.5, specifier updated, a new transitive dependency (python-discovery) added to hatch's dependency list, and its full package entry is properly present in the lock file. |
Last reviewed commit: "Bump hatch version"
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.
Earth2Studio Pull Request
Description
pypa/hatch#2193
Checklist
Dependencies