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

Commit

Permalink
pyproject.toml: bump packaging minimum version to 20.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Maxwell G <[email protected]>
  • Loading branch information
gotmax23 committed Sep 21, 2023
1 parent 319fc2b commit a3f4f59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ cryptography = ">=3.4.7"
ijson = ">=3.1.4"
matrix-common = "^1.3.0"
# We need packaging.requirements.Requirement, added in 16.1.
packaging = ">=16.1"
# We need packaging.verison.Version(...).major added in 20.0.
ackaging = ">=20.0"
# We support pydantic v1 and pydantic v2 via the pydantic.v1 compat module.
# See https://github.com/matrix-org/synapse/issues/15858
pydantic = ">=1.7.4, <3"
Expand Down

0 comments on commit a3f4f59

Please sign in to comment.