develop-cs

Results 3 comments of develop-cs

Hi, Good question. Answer is the first: > "final code match requirements for both pydantic v1 and v2" Currently, we are using Pydantic v2's backward compatibility of v1: https://github.com/MAIF/arta/blob/b7b89382a957d841c2b675c1849994a0499f4b19/src/arta/models.py#L8-L11 The...

Hi @roman2git, Have you started anything on this issue? If not, I will add it to my next implementations. If yes, I won't.

Hi, Currently, the rule is: https://github.com/MAIF/arta/blob/65f0a66881f364901a7f08c364d3c0780580bf4c/src/arta/_engine.py#L234-L237 The goal is to prevent any misuse of a rule set when there are several in the configuration. But it can change of course....