Bump minimum required construct version to v2.9.51

With this version I can get all unittests passing:

  python -m unittest discover tests/

We're passing argument 'path' to stream_read_entire(), which was
added in [1] and become available since v2.9.51.

Change-Id: I4223c83570d333ad8d79bc2aa2d8bcc580156cff
Related: [1] bfe71315b027e18e62f00ec4de75043992fd2316 construct.git
Related: OS#5666
This commit is contained in:
Vadim Yanitskiy 2022-08-29 21:00:41 +07:00
parent 05d30eb666
commit bdac3f61be
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setup(
"pytlv",
"cmd2 >= 1.3.0, < 2.0.0",
"jsonpath-ng",
"construct >= 2.9",
"construct >= 2.9.51",
"bidict",
"gsm0338",
"termcolor",