Skip to content

Commit

Permalink
Limit the maximum version of virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 24, 2024
1 parent 3ef3169 commit c18d047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/history/hatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

***Fixed:***

- Limit the maximum version of virtualenv due to a backward incompatible change

## [1.9.4](https://github.com/pypa/hatch/releases/tag/hatch-v1.9.4) - 2024-03-12 ## {: #hatch-v1.9.4 }

***Fixed:***
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"tomli-w>=1.0",
"tomlkit>=0.11.1",
"userpath~=1.7",
"virtualenv>=20.16.2",
"virtualenv<20.26.0",
"zstandard<1",
]
dynamic = ["version"]
Expand Down

0 comments on commit c18d047

Please sign in to comment.