jsonschema.RefResolver
deprecation warnings can be safely ignored, as they don’t impact Neptune’s operation.
neptune-client
usesbravado
, which importsjsonschema
.jsonschema.RefResolver
is imported but not used because we disabled Swagger file validation.- Swagger file validation is not necessary and is a cpu-intensive operation.
- We plan to release neptune-client 2.0 without
bravado
in the future. - Until jsonschema.RefResolver is removed from jsonschema, we won’t be making any changes to the 1.x client.
- Our focus is on developing neptune-client 2.0 to deliver a fully enhanced neptune-client.