Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2dcd89f

Browse files
committed
pyproject.toml: bump packaging minimum version to 20.0.
Signed-off-by: Maxwell G <maxwell@gtmx.me>
1 parent 319fc2b commit 2dcd89f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ cryptography = ">=3.4.7"
210210
ijson = ">=3.1.4"
211211
matrix-common = "^1.3.0"
212212
# We need packaging.requirements.Requirement, added in 16.1.
213-
packaging = ">=16.1"
213+
# We need packaging.verison.Version(...).major added in 20.0.
214+
packaging = ">=20.0"
214215
# We support pydantic v1 and pydantic v2 via the pydantic.v1 compat module.
215216
# See https://github.com/matrix-org/synapse/issues/15858
216217
pydantic = ">=1.7.4, <3"

0 commit comments

Comments
 (0)