Skip to content

Commit bdaf454

Browse files
committed
updated construct-typing to v0.5.5
1 parent 493033f commit bdaf454

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Enhanced ConstructEditor:
44
- `cs.Bytes`, `cs.GreedyBytes`, `cs.Array`, `cs.GreedyRange` now use the length of the object instead of evaluating the length using the saved context. The problem was, that in some cases the context is dyamically created and modified while parsing. So it is not save to use it afterwarts.
55
- `cs.Struct._subcons` and `cs.FocusedSeq._subcons` are now correctly updated and accessable
6+
- updated construct-typing dependency to v0.5.5
67

78
-------------------------------------------------------------------------------
89
## [0.1.0] - 2023-01-03

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
python_requires=">=3.8",
3232
install_requires=[
3333
"construct==2.10.68",
34-
"construct-typing==0.5.4",
34+
"construct-typing==0.5.5",
3535
"wxPython>=4.1.1",
3636
"arrow>=1.0.0",
3737
"wrapt>=1.14.0",

0 commit comments

Comments
 (0)