Support for pydantic versions >=2.7.0
jvandermey opened this issue · 2 comments
jvandermey commented
Is your feature request related to a problem? Please describe.
The latest version of pydantic is 2.7.3. The requirement in sslyze for <2.7.0 is breaking our dependency resolution due to conflicts with other dependencies.
Describe the solution you'd like
Support for pydantic<2.8.0
Mattwmaster58 commented
fixed by #667