1
0
mirror of synced 2025-02-22 21:20:06 +01:00

pin construct version using ^ instead of ~=

This commit is contained in:
Stepland 2022-08-30 19:11:25 +02:00
parent c7cc8d02d6
commit 592d4f36a0

View File

@ -15,7 +15,7 @@ parsimonious = "^0.8.1"
more-itertools = "^8.4.0"
sortedcontainers = "^2.3.0"
python-constraint = "^1.4.0"
construct = "~=2.10"
construct = "^2.10"
construct-typing = "^0.4.2"
marshmallow-dataclass = {extras = ["enum", "union"], version = "^8.5.3"}