-
Getting error while trying to validate data like below:
Error:
The above test code is working fine with "Python 3.8.18 & jsonschema-4.17.3". However, throws above error with "Python 3.11.9 & jsonschema-4.17.3" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Nothing in this library, see https://docs.python.org/3/library/re.html, that indeed isn't a valid Python regex anymore, the
|
Beta Was this translation helpful? Give feedback.
Nothing in this library, see https://docs.python.org/3/library/re.html, that indeed isn't a valid Python regex anymore, the
(^i)
must come at the beginning: