Skip to content

Commit a9f2bcd

Browse files
committed
Bump uv.lock and fix deprecation
1 parent ccb3a29 commit a9f2bcd

File tree

2 files changed

+722
-565
lines changed

2 files changed

+722
-565
lines changed

pyiceberg/expressions/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
from pyiceberg.typedef import L
7070
from pyiceberg.types import strtobool
7171

72-
ParserElement.enablePackrat()
72+
ParserElement.enable_packrat()
7373

7474
AND = CaselessKeyword("and")
7575
OR = CaselessKeyword("or")

0 commit comments

Comments
 (0)