Skip to content

build(deps): Bump acapy-agent from 1.6.0 to 1.6.1 in /plugins/traction_innkeeper - #2052

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/plugins/traction_innkeeper/acapy-agent-1.6.1
Closed

build(deps): Bump acapy-agent from 1.6.0 to 1.6.1 in /plugins/traction_innkeeper#2052
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/plugins/traction_innkeeper/acapy-agent-1.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps acapy-agent from 1.6.0 to 1.6.1.

Release notes

Sourced from acapy-agent's releases.

1.6.1

ACA-Py 1.6.1 includes fixes found from continued production use of the askar-anoncreds wallet migration and revocation processes, and a fix to bound the memory usage of record queries and maintenance/upgrade scans, improving stability for larger deployments. The multitenancy subwallet removal endpoint has been updated to use DELETE for REST consistency, with the previous POST .../remove endpoint now deprecated. Many dependabot PRs are included to keep dependencies current and secure.

Several PRs in this release complete the work to make ACA-Py 1.6 an official LTS release, with several fixes to the LTS CI/CD image tagging and publishing process

New governance documentation, including a Technical Charter and an OWF Project Mapping Document, are included.

1.6.1 Breaking Changes

There are no breaking changes in this release.

1.6.1 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 will affect [ACA-Py Plugins] that implement AnonCreds, and developers with their own controllers should also update their implementations.

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.

For REST consistency the POST /multitenancy/wallet/{wallet_id}/remove endpoint is deprecated, replaced with the DELETE /multitenancy/wallet/{wallet_id} endpoint. Implementers should update plugins and their own code to use the new endpoint. The old endpoint will be removed in a future release.

What's Changed

... (truncated)

Changelog

Sourced from acapy-agent's changelog.

1.6.1

July 28, 2026

ACA-Py 1.6.1 includes fixes found from continued production use of the askar-anoncreds wallet migration and revocation processes, and a fix to bound the memory usage of record queries and maintenance/upgrade scans, improving stability for larger deployments. The multitenancy subwallet removal endpoint has been updated to use DELETE for REST consistency, with the previous POST .../remove endpoint now deprecated. Many dependabot PRs are included to keep dependencies current and secure.

Several PRs in this release complete the work to make ACA-Py 1.6 an official LTS release, with several fixes to the LTS CI/CD image tagging and publishing process

New governance documentation, including a Technical Charter and an OWF Project Mapping Document, are included.

1.6.1 Breaking Changes

There are no breaking changes in this release.

1.6.1 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 will affect [ACA-Py Plugins] that implement AnonCreds, and developers with their own controllers should also update their implementations.

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.

For REST consistency the POST /multitenancy/wallet/{wallet_id}/remove endpoint is deprecated, replaced with the DELETE /multitenancy/wallet/{wallet_id} endpoint. Implementers should update plugins and their own code to use the new endpoint. The old endpoint will be removed in a future release.

1.6.1 Categorized PR List

  • Core Platform and Multitenancy
    • feat: use DELETE for multitenancy subwallet removal #4172 esune
    • fix: bound memory usage of record queries and maintenance/upgrade scans #4171 esune
  • AnonCreds Revocation and Wallet Migration
    • fix: Check RECORD_TYPE_ACAPY_UPGRADING type for clustered upgrade check #4167 jamshale
    • fix: complete stalled setup when activating a posted revocation registry #4164 kukgini
    • Fix anoncreds upgrade failure in-memory in-progress check #4163 jamshale
  • Documentation and Governance
    • docs: warn that the subwallet token endpoint invalidates previous tokens #4166 kukgini
    • Update README.md #4158 SeanBohan
    • Add ACA-Py OWF Project Mapping Document #4147 swcurran
    • Add Technical Charter plus minor updates to the Readme for the new Adaptive Cloud Agent-Python name #4143 swcurran
  • LTS Release CI/CD
    • Update LTS Docker image tag to py3.13-1.6-lts #4151 swcurran
    • fix(ci): use correct python version per LTS release when tagging images #4150 esune
    • Fix/lts release cicd #4149 esune
    • fix(ci): update python version in LTS image tagging to match publish workflow #4142 esune
    • Make ACA-Py 1.6 an LTS release #4127 swcurran
  • Dependabot PRs
  • Release management pull requests:
Commits
  • 930b8de Merge pull request #4180 from swcurran/1.6.1
  • 92f3cfd Update date of release
  • c5b52e7 1.6.1
  • 7efc00c Merge pull request #4179 from openwallet-foundation/dependabot/pip/ruff-0.16.0
  • d9db2af chore(deps-dev): Bump ruff from 0.15.0 to 0.16.0
  • 51e0aa4 Merge pull request #4178 from swcurran/1.6.1rc0
  • 17f3e2e 1.6.1rc0
  • 0d6983c feat: use DELETE for multitenancy subwallet removal (#4172)
  • 7cae153 fix: bound memory usage of record queries and maintenance/upgrade scans (#4171)
  • 829dace Merge pull request #4177 from openwallet-foundation/dependabot/pip/pip-5bfe3a...
  • 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 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.6.0 to 1.6.1.
- [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.6.0...1.6.1)

---
updated-dependencies:
- dependency-name: acapy-agent
  dependency-version: 1.6.1
  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 Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like acapy-agent is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 11, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/plugins/traction_innkeeper/acapy-agent-1.6.1 branch August 11, 2026 23:02
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