Skip to content

Commit 97b0223

Browse files
Update packaging requirement from <26,>=25 to >=25,<27 in /python (#7621)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amaury Chamayou <amchamay@microsoft.com>
1 parent aa5a680 commit 97b0223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"cryptography >= 46, < 47",
2020
"cwt >= 3.2.0, < 4",
2121
"setuptools >= 74, < 81",
22-
"packaging >= 25, < 26"
22+
"packaging >= 25, < 27"
2323
]
2424

2525
[tool.setuptools]

0 commit comments

Comments
 (0)