Skip to content

Commit 8c22cd7

Browse files
authored
bump packaging upper-bound to <27 (#6102)
allow newer version of packaging to avoid conflict with hatchling build system requirements
1 parent be43052 commit 8c22cd7

File tree

2 files changed

+325
-234
lines changed

2 files changed

+325
-234
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"click >=8.2",
2525
"granian[reload] >=2.5.5",
2626
"httpx >=0.23.3,<1.0",
27-
"packaging >=24.2,<26",
27+
"packaging >=24.2,<27",
2828
"platformdirs >=4.3.7,<5.0",
2929
"psutil >=7.0.0,<8.0; sys_platform == 'win32'",
3030
"pydantic >=1.10.21,<3.0",

0 commit comments

Comments
 (0)