Skip to content

chore(deps): Update python-keycloak requirement from >=5.5.1 to >=7.1.1 in /a2a/weather_service - #237

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/a2a/weather_service/python-keycloak-gte-7.1.1
Closed

chore(deps): Update python-keycloak requirement from >=5.5.1 to >=7.1.1 in /a2a/weather_service#237
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/a2a/weather_service/python-keycloak-gte-7.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on python-keycloak to permit the latest version.

Changelog

Sourced from python-keycloak's changelog.

v7.1.1 (2026-02-15)

Fix

  • uma: set requested resource ids correctly in permission ticket creation (#702)

v7.1.0 (2026-02-13)

Feat

  • decode token with all keys, added get client certificate info method (#704)

v7.0.3 (2026-01-28)

Fix

  • do not throw when processing signed userinfo response (#699)

v7.0.2 (2026-01-08)

Fix

  • Fix/python version and ci (#691)

v7.0.1 (2026-01-05)

Fix

  • python version

v7.0.0 (2026-01-04)

BREAKING CHANGE

  • this change introduces a very strong typing across the library. From now on, we demand that each method returns a single type and converts the results into the specified return type, otherwise it raises a TypeError exception. This should resolve any type checking linter errors within the library as well.

Fix

  • updated lockfile
  • pass along the default connection manager configuration into uma
  • dont override transport for httpx
  • pass query params in get groups
  • removed async property as a dependency
  • strong and consistent typing across the library

v6.0.0 (2025-12-28)

BREAKING CHANGE

  • changes the behavior of get_group_by_path to raise an exception in case the path is not found, which is now the definitive new behavior

... (truncated)

Commits
  • de25a9c fix(uma): set requested resource ids correctly in permission ticket creation ...
  • 9720e2d docs: changelog update
  • 98b9b24 feat: decode token with all keys, added get client certificate info method (#...
  • f5333a0 docs: changelog update
  • ce07157 fix: do not throw when processing signed userinfo response (#699)
  • 6580ac6 chore: updated deps
  • 2f6beb3 chore(typehints): fixup typehints for role parameter for add composites (#697)
  • 7e8184d chore: typehints (#696)
  • 5e3ee8d docs: changelog update
  • 8eca957 fix: Fix/python version and ci (#691)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [python-keycloak](https://github.com/marcospereirampj/python-keycloak) to permit the latest version.
- [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md)
- [Commits](marcospereirampj/python-keycloak@v5.5.1...v7.1.1)

---
updated-dependencies:
- dependency-name: python-keycloak
  dependency-version: 7.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 17, 2026
pdettori added a commit that referenced this pull request Apr 20, 2026
Bundles 15 Dependabot PRs into a single update with regenerated uv.lock files.

file_organizer:
  - a2a-sdk >=0.2.16 → >=0.3.26
  - langchain-core >=1.2.11 → >=1.2.31
  - langchain-community >=0.3.27 → >=0.4.1
  - openinference-instrumentation-langchain >=0.1.36 → >=0.1.62
  - python-keycloak >=5.5.1 → >=7.1.1

weather_service:
  - a2a-sdk >=0.2.16 → >=0.3.26
  - langchain-core >=1.2.11 → >=1.2.31
  - langchain-community >=0.3.27 → >=0.4.1
  - langchain-ollama >=0.2.1 → >=1.1.0
  - python-keycloak >=5.5.1 → >=7.1.1

image_service:
  - langchain-community >=0.3.27 → >=0.4.1
  - langchain-ollama >=0.2.1 → >=1.1.0
  - langchain-mcp-adapters >=0.1.0 → >=0.2.2
  - pydantic-settings >=2.8.1 → >=2.13.1
  - python-multipart >=0.0.22 → >=0.0.26

Supersedes: #236, #237, #238, #239, #240, #241, #242, #243, #244, #245, #246, #247, #248, #249, #250

Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
@pdettori

Copy link
Copy Markdown
Member

Superseded by #252 which bundles all Python dependency updates with regenerated uv.lock files.

@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/a2a/weather_service/python-keycloak-gte-7.1.1 branch April 20, 2026 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants