change: replace jsonschema validation with pydantic

This commit is contained in:
debugtalk
2020-04-09 18:48:20 +08:00
17 changed files with 51 additions and 915 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "3.0.1"
__version__ = "3.0.2"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]