nabla-c0d3 / sslyze

Fast and powerful SSL/TLS scanning library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing support for pydantic 1.10

extrwi opened this issue · comments

Describe the bug

pydantic 1.10.2 has recently been released, but sslyze is constrained to <1.10.

pydantic = ">=1.7,<1.10"

When embedding sslyze as a library, it's not possible to use pydantic 1.10 in the embedding program.

Expected behavior

pydantic = ">=1.7,<1.11"

Fix released as part of v5.0.6.