Bump urllib3 from 1.26.8 to 1.26.9#224
Merged
Merged
Conversation
04687c4 to
447272a
Compare
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.9. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.9/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.8...1.26.9) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
447272a to
0b459de
Compare
tdilauro
approved these changes
Mar 21, 2022
Contributor
|
@dependabot squash and merge |
tdilauro
added a commit
that referenced
this pull request
May 26, 2026
## Description Adds a `json` form field type for integration settings. Fields annotated with `FormFieldType.JSON` display a textarea in the admin UI that accepts a JSON value. Two-way handling is wired up automatically: - **Form rendering**: the field's default value is serialized to a JSON string so the UI displays it correctly. - **Form submission**: the incoming string is parsed back to a Python value before Pydantic validation runs, with a clear error message if the input is not valid JSON. **Note**: The ability to edit this field type depends on new support introduced on [circulation-admin PR #224](ThePalaceProject/circulation-admin#224). ## Motivation and Context Integration settings that need to store structured data (objects, arrays) previously had no native form type. This adds a first-class JSON field type that makes the round-trip between the admin UI and the settings model transparent. [Jira PP-4438] ## How Has This Been Tested? - Manual testing in local development environment admin UI. - New/updated tests for the new functionality. - All tests and checks pass locally. - [CI tests](https://github.com/ThePalaceProject/circulation/actions/runs/26350026007) and checks pass. ## Checklist - N/A - I have updated the documentation accordingly. - [x] All new and existing tests passed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps urllib3 from 1.26.8 to 1.26.9.
Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
Commits
6de3330Release 1.26.95ea33e1[1.26] Switch to Brotli C bindings for CPython, brotlicffi for non-CPythonc0a182c[1.26] Avoid socket leak if HTTPSConnection.connect() fails5cf6d03[1.26] Fix formatting in changelog834dd1e[1.26] Complete test coverage of urllib3.util.ssl_match_hostname.match_hostname048c0ba[1.26] Combine UnicodeError and ValueError branches in ssl_match_hostname for...a4539fb[1.26] Add test to complete the coverage of urllib3.util.ssl_match_hostname.m...d662fcd[1.26] Stop advertising python setup.py install778e585[1.26] Show missing lines in coverage reportf1d40fd[1.26] Add server_hostname to SSL_KEYWORDSDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)