Installation
pip install bedrock-agentcore==1.6.1What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: pin griffe version and fix ExplanationStyle attribute error by @sundargthb in #381
- fix: skip integration tests for Dependabot and remove missing label by @sundargthb in #382
- feat: add read_only flag to AgentCoreMemorySessionManager to disable ACM persistence by @mohanasudhan in #389
- fix(ci): add pytest-rerunfailures to integration test dependencies by @jariy17 in #400
- chore(deps): bump boto3 and botocore minimum to 1.42.86 by @jariy17 in #399
- fix: replace blocklist with allowlist for install_packages() package validation by @padmak30 in #403
- Release v1.6.1 by @github-actions[bot] in #404
New Contributors
- @mohanasudhan made their first contribution in #389
Full Changelog: v1.6.0...v1.6.1