Skip to content

Commit

Permalink
Regenerate the Lark-based fact parser with a newer Lark version
Browse files Browse the repository at this point in the history
The standalone parser generated by Lark v1.0.0 uses the sre_parse and sre_constants modules
which are have a deprecation warning from Python 3.11 onwards (and will be removed in Python
3.14).
  • Loading branch information
daveraja committed Oct 10, 2023
1 parent 6c0ec34 commit d0fe646
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 254 deletions.
2 changes: 1 addition & 1 deletion clorm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .orm import *

__version__ = "1.4.2"
__version__ = "1.4.3"
__author__ = "David Rajaratnam"
__email__ = "[email protected]"
__copyright__ = "Copyright (c) 2018 David Rajaratnam"
Expand Down
Loading

0 comments on commit d0fe646

Please sign in to comment.