Skip to content

Commit ff64e22

Browse files
committed
Update pyproject.toml
1 parent 32ea42a commit ff64e22

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

poetry.lock

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ ijson = ">=3.1.4"
222222
matrix-common = "^1.3.0"
223223
# We need packaging.verison.Version(...).major added in 20.0.
224224
packaging = ">=20.0"
225-
# We support pydantic v1 and pydantic v2 via the pydantic.v1 compat module.
226-
# See https://github.com/matrix-org/synapse/issues/15858
227-
pydantic = ">=1.7.4, <3"
225+
pydantic = "~=2.0"
228226

229227
# This is for building the rust components during "poetry install", which
230228
# currently ignores the `build-system.requires` directive (c.f.

0 commit comments

Comments
 (0)