Skip to content

Commit 5359758

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 5359758

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

openapi_core/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@ def check_spec(self) -> None:
297297
try:
298298
validate(
299299
self.spec.read_value(),
300-
base_uri=self.config.spec_base_uri
301-
or self.spec.accessor.resolver._base_uri, # type: ignore[attr-defined]
300+
base_uri=self.config.spec_base_uri or self.spec.base_uri,
302301
cls=cls,
303302
)
304303
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)