Skip to content

Commit

Permalink
build: more flexible pinning of packaging dep with >=
Browse files Browse the repository at this point in the history
devs downstream should have the flexibility to pin as they need. We can't predict if a future version of `packaging` will have breaking changes, so shouldn't be restrictive
  • Loading branch information
spwoodcock authored Nov 6, 2024
1 parent afddcd3 commit d03720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"packaging~=24.1",
"packaging>=23.1",
]

[tool.isort]
Expand Down

0 comments on commit d03720a

Please sign in to comment.