You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fails with exception thrown by pydantic: "version" parameter in the definition file 5.6.json
is required to be a string, but it is in fact a float (5.6).
Python environment (please complete the following information):
OS: Windows 11
Python version: 3.11
If I edit the 5.6 json file and redefine version: 5.6
to version: "5.6"
the bug disappears.
The text was updated successfully, but these errors were encountered:
An attempt to run
mozilla_checker = MozillaTlsConfigurationChecker.get_default()
fails with exception thrown by pydantic: "version" parameter in the definition file
5.6.json
is required to be a string, but it is in fact a float (5.6).
Python environment (please complete the following information):
If I edit the 5.6 json file and redefine
version: 5.6
to
version: "5.6"
the bug disappears.
The text was updated successfully, but these errors were encountered: