Skip to content

Releases: edgarrmondragon/hatch-pinned-extra

v0.2.0

13 Mar 19:23
60a4fb2

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

20 Feb 02:07
8392a69

Choose a tag to compare

What's Changed

  • chore: Reorganize tests and fixtures by @edgarrmondragon in #57
  • fix: Avoid cartesian product of transitive dependencies that resolve to the same version from requirements with different python version markers by @edgarrmondragon in #58

Full Changelog: v0.1.2...v0.1.3

v0.1.2

20 Feb 00:37
73db253

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Feb 04:37
cf03aef

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Feb 01:05
e716faf

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.1.0

v0.0.3

16 Jan 16:06
436359c

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

09 Jan 20:13
f9af9bc

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

23 Nov 03:53
0a11bbe

Choose a tag to compare

The biggest change between the first alpha versions and v0.0.1, is that the plugin now requires the HATCH_PINNED_EXTRA_ENABLE environment variable to be set to activate. This design allows you to control when pinned dependencies are included:

# Build with pinned dependencies
HATCH_PINNED_EXTRA_ENABLE=1 uv build

# Update lockfile without constraints from pinned dependencies
uv lock --upgrade

This approach solves the circular dependency issue where pinned dependencies become constraints during uv lock --upgrade, preventing actual upgrades.

What's Changed

New Contributors

Full Changelog: https://github.com/edgarrmondragon/hatch-pinned-extra/commits/v0.0.1