-
**Describe the bug**
Calls to Validator.validate are apparently creating global objects that gc never removes.
**Version/Branch**
3.5.5
**To Reproduce**
I have an express.js application that …
-
Related to #413
The validator is also not triggered when `new_class` derives from a base type as showcased in this example e.g.:
```
list_derived_class 0)
"raising non-empty test error…
-
I have written custom validator (`SequenceValidator`). Validator fails unexpectedly when we call `getRegex()` method on Sequence constraint object I have written example below:
```
#[\Attribute(\A…
-
### 🔖 Feature description
Hi there,
we are using novu with a nestjs service, and have multiple classes already defined with class-validator for validation and dont use zod right now. Would it be pos…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Execution order of model validators in case of a `wrap` validator from a base class and an `after` validator from a sub…
-
Todo list:
- [x] @model_validator (validate_porosity_range) in class DectrProperties
- [x] @model_validator (validate_cap_range) in class DectrProperties
- [x] @model_validator (validate_albedo_rang…
-
Hi,
Great library to use with Nest JS.
I would like to use zod through out the app as a validator library.
It would be great if this library can use zod schema for validating env variables.
-
I have this class
```ts
class A {
@IsString()
@MaxLength(99)
prop1: string
@IsBoolean()
prop2: boolean
}
```
I want it to be:
1. string.
2. required (if prop2 is true).
3…
-
Moodle 4.5
Quickmail master
```
block_quickmail_messenger_compose_testcase/test_messenger_sends_composed_email_nowblock_quickmail_messenger_compose_testcase::test_messenger_sends_composed_ema…
-
``` r
data_type @ dtype: chr(0)
```
Created on 2024-08-01 with [reprex v2.1.1](https://reprex.tidyverse.org)
Should `some_class()` fail? Because `data_type` fails the validator. However some…