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
build: Update lower bounds to jsonschema v4.15.0, importlib-resources v1.4.0 (#1979)
* Update lower bound of the supported jsonschema versions to v4.15.0 to use the
required improvements to jsonschema.RefResolver used in PR #1976.
- c.f. https://github.com/orgs/python-jsonschema/discussions/995
- Amends PR #1976.
* Update lower bound of the supported importlib-resources versions to v1.4.0 as
> jsonschema 4.15.0 depends on importlib-resources>=1.4.0; python_version < "3.9"
* Update tests/constraints.txt to use jsonschema==4.15.0 and importlib_resources==1.4.0.
0 commit comments