Summary
- Updated cloudcontroller to use latest openapi-generator release (7.1.0)
- Identified and fixed a memory leak, stemming from pydantic's validate_call decorator
- Upgraded spec to ACA-Py 0.10.1
What's Changed
* Fix response schemas that have custom types in ACA-Py by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/96
* Update README.md by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/97
* Remove verkey validation as it only support ed25519 by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/98
* Update Actions and add Dependabot by rblaine95 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/99
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/109
* :boom::sparkles: Regenerate cloudcontroller with up-to-date python (asyncio) openapi generator by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/114
* :wrench: adjust Upload Python Package workflow by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/115
* :art: `group_id` must be Optional in `get_wallets` by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/119
* Update cloudcontroller client using openapi-generator 7.1.0 by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/123
* :sparkles: Upgrade to ACA-Py 0.10.1 by ff137 in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/127
New Contributors
* rblaine95 made their first contribution in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/99
* dependabot made their first contribution in https://github.com/didx-xyz/aries-cloudcontroller-python/pull/109
**Full Changelog**: https://github.com/didx-xyz/aries-cloudcontroller-python/compare/v0.9.0...v0.10.1