Skip to content

Commit

Permalink
Schema validation with bravado-core causes "RefResolutionError" when …
Browse files Browse the repository at this point in the history
…used with

newer versions of jsonschema (4.0.0+); this seems to be a problem with jsonschema
itself (python-jsonschema/jsonschema#847). This commit pins
jsonschema to the last known compatible version for bravado-core until the
upstream issue is addressed.
  • Loading branch information
rpcope1 authored and Robert Cope committed Dec 15, 2021
1 parent 382db87 commit 11b94b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -47,6 +47,7 @@ Related Projects
* `bravado <https://github.com/Yelp/bravado>`__
* `pyramid-swagger <https://github.com/striglia/pyramid_swagger>`__
* `swagger-spec-validator <https://github.com/Yelp/swagger_spec_validator>`__
* `bottle-swagger-2 <https://github.com/cope-systems/bottle-swagger>`__

Development
===========
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
import bravado_core

install_requires = [
"jsonref",
"jsonref<=3.2.0",
"jsonschema[format]>=2.5.1",
"python-dateutil",
"pyyaml",
Expand Down

0 comments on commit 11b94b4

Please sign in to comment.