-
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.
Answered by Julian May 28, 2024
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.
1 reply
Answer selected by Julian
Sign up for free to join this conversation on . Already have an account? Sign in to comment
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: