Closed mese79 closed 3 weeks ago
As a fix for #631 , I replaced the Predicate from annotated_types package with pydantic's StringConstraints using a regex pattern to achieve the same constraints.
Predicate
annotated_types
pydantic
StringConstraints
As a fix for #631 , I replaced the
Predicate
fromannotated_types
package withpydantic
'sStringConstraints
using a regex pattern to achieve the same constraints.