Skip to content

Commit f401640

Browse files
dependabot[bot]p1c2u
authored andcommitted
Bump jsonschema-path from 0.4.2 to 0.4.4
Bumps [jsonschema-path](https://github.com/p1c2u/jsonschema-path) from 0.4.2 to 0.4.4. - [Release notes](https://github.com/p1c2u/jsonschema-path/releases) - [Commits](p1c2u/jsonschema-path@0.4.2...0.4.4) --- updated-dependencies: - dependency-name: jsonschema-path dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25d5cbc commit f401640

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

openapi_core/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def check_spec(self) -> None:
298298
validate(
299299
self.spec.read_value(),
300300
base_uri=self.config.spec_base_uri
301-
or self.spec.accessor.resolver._base_uri, # type: ignore[attr-defined]
301+
or self.spec.base_uri,
302302
cls=cls,
303303
)
304304
except ValidatorDetectError:

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)