Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jsonschema requirement from <4.0.0,>=3.2.0 to >=3.2.0,<5.0.0 #8152

Merged
merged 1 commit into from
Jan 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2023

Updates the requirements on jsonschema to permit the latest version.

Release notes

Sourced from jsonschema's releases.

v4.17.3

  • Fix instantiating validators with cached refs to boolean schemas rather than objects (#1018).
  • Empty strings are not valid relative JSON Pointers (aren't valid under the RJP format).
  • Durations without (trailing) units are not valid durations (aren't valid under the duration format). This involves changing the dependency used for validating durations (from isoduration to isodate).

Full Changelog: python-jsonschema/jsonschema@v4.17.2...v4.17.3

Changelog

Sourced from jsonschema's changelog.

v4.17.3

  • Fix instantiating validators with cached refs to boolean schemas rather than objects (#1018).

v4.17.2

  • Empty strings are not valid relative JSON Pointers (aren't valid under the RJP format).
  • Durations without (trailing) units are not valid durations (aren't valid under the duration format). This involves changing the dependency used for validating durations (from isoduration to isodate).

v4.17.1

  • The error message when using unevaluatedProperties with a non-trivial schema value (i.e. something other than false) has been improved (#996).

v4.17.0

  • The check_schema method on jsonschema.protocols.Validator instances now enables format validation by default when run. This can catch some additional invalid schemas (e.g. containing invalid regular expressions) where the issue is indeed uncovered by validating against the metaschema with format validation enabled as an assertion.
  • The jsonschema CLI (along with jsonschema.cli the module) are now deprecated. Use check-jsonschema instead, which can be installed via pip install check-jsonschema and found here <https://github.com/python-jsonschema/check-jsonschema>_.

v4.16.1

  • Make ErrorTree have a more grammatically correct repr.

v4.16.0

  • Improve the base URI behavior when resolving a $ref to a resolution URI which is different from the resolved schema's declared $id.
  • Accessing jsonschema.draftN_format_checker is deprecated. Instead, if you want access to the format checker itself, it is exposed as jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any jsonschema.protocols.Validator.

v4.15.0

... (truncated)

Commits
  • dbc3982 Fix instantiating validators with cached refs-to-bool schemas.
  • 7ebe161 Try fixing more Sphinx refs which fail only on Ubuntu...
  • cdf0c71 Update pre-commit hooks.
  • e868bfe Durations without trailing units aren't valid durations.
  • 24d1328 Empty strings are not valid relative JSON pointers.
  • bd12369 Minor fix for test case class names (for format tests).
  • fb203a5 Merge commit '97954adeb0fbb3d4499580d897de507d3ab0d919'
  • 97954ad Squashed 'json/' changes from 9251ebff1..78c888273
  • 46fdb98 v4.17.1 -> CHANGELOG
  • 000dd3d Remove making believe we are ReadTheDocs in CI builds.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v3.2.0...v4.17.3)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 12, 2023 00:10
@dependabot dependabot bot added the development Tech debt, refactors, CI, tests, and other related work. label Jan 12, 2023
@netlify
Copy link

netlify bot commented Jan 12, 2023

Deploy Preview for prefect-orion ready!

Name Link
🔨 Latest commit cee5062
🔍 Latest deploy log https://app.netlify.com/sites/prefect-orion/deploys/63bf501535187a0008e46b20
😎 Deploy Preview https://deploy-preview-8152--prefect-orion.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@zanieb
Copy link
Contributor

zanieb commented Jan 12, 2023

I see this was added in #8100@peytonrunyan why do we have an upper bound here at all?

@zanieb zanieb merged commit dad72a4 into main Jan 12, 2023
@zanieb zanieb deleted the dependabot/pip/jsonschema-gte-3.2.0-and-lt-5.0.0 branch January 12, 2023 18:51
github-actions bot pushed a commit that referenced this pull request Jan 12, 2023
…8152)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Jan 12, 2023
…8152)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ddelange added a commit to ddelange/prefect that referenced this pull request Jan 18, 2023
…er-builds-consolidation

* 'main' of https://github.com/prefecthq/prefect: (34 commits)
  Minor API docstring formatting fixes, mostly lists (PrefectHQ#8196)
  Build multi-arch images for releases (PrefectHQ#7901)
  feat: Adds "head" flag to `flow-run logs` (PrefectHQ#8003)
  Updates to Automations and Notifications documentation (PrefectHQ#8140)
  Bump @prefecthq/vue-compositions from 1.2.3 to 1.2.9 in /orion-ui (PrefectHQ#8175)
  Bump eslint from 8.31.0 to 8.32.0 in /orion-ui (PrefectHQ#8174)
  Update Postgres tests to use Docker instead of GHA services (PrefectHQ#8125)
  Update `black` and `isort` versions in pre-commit (PrefectHQ#8167)
  Chore: Bump orion and prefect design to 1.2.0 (PrefectHQ#8163)
  Mark `test_process_streams_stderr` as flaky on Python 3.11 (PrefectHQ#8161)
  Add release notes for 2.7.8 (PrefectHQ#8160)
  Add some host_config arguments to DockerContainer (PrefectHQ#8033)
  Skip flaky test `test_dependent_events_in_two_loops_do_not_deadlock` (PrefectHQ#8159)
  Update jsonschema requirement from <4.0.0,>=3.2.0 to >=3.2.0,<5.0.0 (PrefectHQ#8152)
  Fix detection of conda installation in test (PrefectHQ#8149)
  Add `httpx.WriteError` to client retryable exceptions (PrefectHQ#8145)
  Add documentation for cache refreshes (PrefectHQ#8156)
  Add YouTube video to welcome page (PrefectHQ#8090)
  Add social links (PrefectHQ#8088)
  bump orion-design, release flow run timeline (PrefectHQ#8153)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Tech debt, refactors, CI, tests, and other related work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant