Skip to content

Bump acapy-agent from 1.5.0rc0 to 1.5.0rc1 in /plugins/traction_innkeeper#1820

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/plugins/traction_innkeeper/acapy-agent-1.5.0rc1
Closed

Bump acapy-agent from 1.5.0rc0 to 1.5.0rc1 in /plugins/traction_innkeeper#1820
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/plugins/traction_innkeeper/acapy-agent-1.5.0rc1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps acapy-agent from 1.5.0rc0 to 1.5.0rc1.

Release notes

Sourced from acapy-agent's releases.

1.5.0rc1

ACA-Py 1.5.0 is a significant release that advances the platform’s modernization and modularization goals. The most substantial changes are the upgrade to Python 3.13 and the continued evolution of ACA-Py toward a plugin-oriented architecture, including the removal of the legacy v1.0 credential exchange protocols (issue credential and present proof) from the core agent. The release also includes some important fixes to the wallet migration process to the askar-anoncreds wallet type, and to the webhooks associated with the use of the askar-anoncreds wallet type.

With this release, the v1.0 credential exchange protocols have been fully removed from ACA-Py core and are now expected to be provided via plugins where required. This aligns with earlier deprecation signals and reinforces a cleaner separation between the core agent and optional protocol implementations.

This release includes some follow-on fixes and cleanups to the Kanon Storage capability added in Release 1.4.0, addressing connection management/pooling behavior.

Additional improvements include enhanced scenario test logging and diagnostics, recoverable and event-driven revocation registry management, improvements to Docker image versioning, the introduction of a plugin installer to simplify deployment and management of external ACA-Py plugins, and the usual dependabot updates.

1.5.0 Breaking Changes

This release includes intentional breaking changes as part of ACA-Py’s ongoing modernization:

  • Removal of v1.0 credential exchange protocols from core
    • The v1.0 issue credential and present proof protocols have been removed from ACA-Py core. Deployments that still depend on these protocols must transition to plugin-based implementations or migrate to newer protocol versions. This change is part of the broader move toward a plugin-driven protocol architecture.
  • Python runtime upgrade to 3.13
    • ACA-Py now targets Python 3.13. Environments pinned to earlier Python versions will need to upgrade their runtime and validate third-party dependency compatibility.

While not breaking at the API level, implementers should also be aware of behavioral and configuration changes related to:

  • Migration from askar to askar-anoncreds
  • The addition of some webhooks missing since the introduction of the askar-anoncreds wallet type
  • Kanon Storage connection handling and pooling behavior

These areas should be explicitly tested when upgrading to 1.5.0.

1.5.0 Deprecation Notices

The acapy_agent.revocation_anoncreds package has been deprecated and relocated to acapy_agent.anoncreds.revocation for improved consistency across the codebase. The change should only affect [ACA-Py Plugins] that implement AnonCreds, but other developers should also take note.

The wallet-type configuration value askar is now deprecated and all deployments still using that wallet type should migrate to either the askar-anoncreds or (ideally) kanon-anoncreds wallet types.

AIP 1.0 protocols that were previously announced as deprecated have now been removed from ACA-Py core. Implementers still using those protocols MUST adjust their configuration to load those protocols from the respective plugins, or better, upgrade to their AIP 2.0 equivalents.

What's Changed

... (truncated)

Changelog

Sourced from acapy-agent's changelog.

1.5.0rc1

January 22, 2026

ACA-Py 1.5.0 is a significant release that advances the platform’s modernization and modularization goals. The most substantial changes are the upgrade to Python 3.13 and the continued evolution of ACA-Py toward a plugin-oriented architecture, including the removal of the legacy v1.0 credential exchange protocols (issue credential and present proof) from the core agent. The release also includes some important fixes to the wallet migration process to the askar-anoncreds wallet type, and to the webhooks associated with the use of the askar-anoncreds wallet type.

With this release, the v1.0 credential exchange protocols have been fully removed from ACA-Py core and are now expected to be provided via plugins where required. This aligns with earlier deprecation signals and reinforces a cleaner separation between the core agent and optional protocol implementations.

This release includes some follow-on fixes and cleanups to the Kanon Storage capability added in Release 1.4.0, addressing connection management/pooling behavior.

Additional improvements include enhanced scenario test logging and diagnostics, recoverable and event-driven revocation registry management, improvements to Docker image versioning, the introduction of a plugin installer to simplify deployment and management of external ACA-Py plugins, and the usual dependabot updates.

1.5.0 Breaking Changes

This release includes intentional breaking changes as part of ACA-Py’s ongoing modernization:

  • Removal of v1.0 credential exchange protocols from core
    • The v1.0 issue credential and present proof protocols have been removed from ACA-Py core. Deployments that still depend on these protocols must transition to plugin-based implementations or migrate to newer protocol versions. This change is part of the broader move toward a plugin-driven protocol architecture.
  • Python runtime upgrade to 3.13
    • ACA-Py now targets Python 3.13. Environments pinned to earlier Python versions will need to upgrade their runtime and validate third-party dependency compatibility.

While not breaking at the API level, implementers should also be aware of behavioral and configuration changes related to:

  • Migration from askar to askar-anoncreds
  • The addition of some webhooks missing since the introduction of the askar-anoncreds wallet type
  • Kanon Storage connection handling and pooling behavior

These areas should be explicitly tested when upgrading to 1.5.0.

1.5.0 Deprecation Notices

The acapy_agent.revocation_anoncreds package has been deprecated and relocated to acapy_agent.anoncreds.revocation for improved consistency across the codebase. The change should only affect [ACA-Py Plugins] that implement AnonCreds, but other developers should also take note.

The wallet-type configuration value askar is now deprecated and all deployments still using that wallet type should migrate to either the askar-anoncreds or (ideally) kanon-anoncreds wallet types.

AIP 1.0 protocols that were previously announced as deprecated have now been removed from ACA-Py core. Implementers still using those protocols MUST adjust their configuration to load those protocols from the respective plugins, or better, upgrade to their AIP 2.0 equivalents.

1.5.0 Categorized PR List

... (truncated)

Commits
  • 2eab575 Merge pull request #4026 from swcurran/1.5.0rc1
  • 9c23d86 Add PR to fix BDD test, update release date
  • 6f92fbf Merge branch 'main' into 1.5.0rc1
  • a5eb092 Merge pull request #4028 from OpSecId/fix-revocation-registry-rotation
  • 9f1fce8 fix pytest mocking
  • 6e0365c linting
  • b58faf5 syncronously store the revocation registry
  • 61b9be5 Add in extra PR for test fails
  • b47c687 Merge branch 'main' into 1.5.0rc1
  • 36342af Merge pull request #4027 from OpSecId/cache-citizenship-context
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [acapy-agent](https://github.com/openwallet-foundation/acapy) from 1.5.0rc0 to 1.5.0rc1.
- [Release notes](https://github.com/openwallet-foundation/acapy/releases)
- [Changelog](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md)
- [Commits](openwallet-foundation/acapy@1.5.0rc0...1.5.0rc1)

---
updated-dependencies:
- dependency-name: acapy-agent
  dependency-version: 1.5.0rc1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Superseded by #1828.

@dependabot dependabot bot closed this Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/pip/plugins/traction_innkeeper/acapy-agent-1.5.0rc1 branch February 2, 2026 13:23
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: Complete

Development

Successfully merging this pull request may close these issues.

0 participants