nabla-c0d3 / sslyze

Fast and powerful SSL/TLS scanning library.
GNU Affero General Public License v3.0
3.19k stars 445 forks source link

Support for pydantic versions >=2.7.0 #652

Open jvandermey opened 4 weeks ago

jvandermey commented 4 weeks ago

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