Skip to content

Commit 683fd83

Browse files
fix: adjust virtualenv constraint in pyproject.toml to < 20.33.0 (#10491)
(cherry picked from commit 757f648)
1 parent 501346e commit 683fd83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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+
# upper pin as quickfix for https://github.com/python-poetry/poetry/issues/10490
31+
"virtualenv (>=20.26.6,<20.33.0)",
3132
"xattr (>=1.0.0,<2.0.0) ; sys_platform == 'darwin'",
3233
"findpython (>=0.6.2,<0.7.0)",
3334
"pbs-installer[download,install] (>=2025.1.6,<2026.0.0)",

0 commit comments

Comments
 (0)