Add jsonschema.protocols to library stubs (#6614)

`jsonschema.protocols.Validator` was introduced in `jsonschema` v4.3.0
It's also available under the name `jsonschema.Validator`.
This commit is contained in:
Stephen Rosen
2021-12-17 07:30:58 -05:00
committed by GitHub
parent df0a724c0f
commit 806a5bcece
3 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
version = "4.2.*"
version = "4.3.*"