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
jsonschema python package released version 4.0.0 less than a day ago; openapi_spec_validator does not work with this version :
File "/home/jenkins/.local/lib/python3.5/site-packages/openapi_spec_validator/init.py", line 7, in
from openapi_spec_validator.factories import JSONSpecValidatorFactory
File "/home/jenkins/.local/lib/python3.5/site-packages/openapi_spec_validator/factories.py", line 2, in
from jsonschema import validators
File "/home/jenkins/.local/lib/python3.5/site-packages/jsonschema/init.py", line 56
raise AttributeError(f"module {name} has no attribute {name}")
I do not know if the problem is located in openapi_spec_validator or jsonschema.
The text was updated successfully, but these errors were encountered:
jsonschema python package released version 4.0.0 less than a day ago; openapi_spec_validator does not work with this version :
File "/home/jenkins/.local/lib/python3.5/site-packages/openapi_spec_validator/init.py", line 7, in
from openapi_spec_validator.factories import JSONSpecValidatorFactory
File "/home/jenkins/.local/lib/python3.5/site-packages/openapi_spec_validator/factories.py", line 2, in
from jsonschema import validators
File "/home/jenkins/.local/lib/python3.5/site-packages/jsonschema/init.py", line 56
raise AttributeError(f"module {name} has no attribute {name}")
I do not know if the problem is located in openapi_spec_validator or jsonschema.
The text was updated successfully, but these errors were encountered: