-
I'm using Cerberus 1.3.1 and I'm getting this error when validating a recursive data structure.
Here's some example code that triggers the error:
```python
binop = {
"binop": {
"typ…
-
- How are applicable templates determined?
- a list of string/regex patterns as the key and the value as the template name
- "first matching template" the "winner?
- the user must put them …
-
I run the command make "px4_sitl jmavsim", it failing and giving below error I tried all solution on the internet nothing worked.
-
Used Cerberus version / latest commit: 1.3.4
- [X] I have the capacity to improve the docs when my problem is solved.
- [ ] I have the capacity to submit a patch when a bug is identified.
- [X…
-
#### Feature request
Currently Validator is designed for both data validation and normalization. This introduce some logic difficulties in schema writing. It's could be better if cerberus could ad…
-
Used Cerberus version / latest commit: …
- [x] I have the capacity to improve the docs when my problem is solved.
- [x] I have the capacity to submit a patch when a bug is identified.
- [ ]…
-
#### Use-case abstract
To allow None values using `anyof` it seems that is required to add the key `'nullable'=True` at the second upper level of the schema dictionary as well as within the `allof`…
-
as i'm currently refactoring the error-handling, i stumbled across the circumstance that a missing document or one that is not a mapping will raise an exception.
however cerberus is propagated to be …
-
This is a proposal for the next major release of Cerberus that will require users to refactor their custom validators as no backward compatibility is intended.
The current mechanics to extend a `Va…
-
#### Use-case abstract
Validate instances of [dataclasses](https://www.python.org/dev/peps/pep-0557/) with Cerberus.
----
#### Proposal
@rhettinger concluded his [talk](https://www.youtube…