Skip to content

Commit 5162f49

Browse files
fix: adjust virtualenv constraint in pyproject.toml to <= 20.32.0
This is introduced as virtualenv introduced a breaking change to poetry in v20.33.0
1 parent 66cd777 commit 5162f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"tomlkit (>=0.11.4,<1.0.0)",
2828
# trove-classifiers uses calver, so version is unclamped
2929
"trove-classifiers (>=2022.5.19)",
30-
"virtualenv (>=20.26.6,<21.0.0)",
30+
"virtualenv (>=20.26.6,<=20.32.0)",
3131
"xattr (>=1.0.0,<2.0.0) ; sys_platform == 'darwin'",
3232
"findpython (>=0.6.2,<0.7.0)",
3333
"pbs-installer[download,install] (>=2025.1.6,<2026.0.0)",

0 commit comments

Comments
 (0)