-
Notifications
You must be signed in to change notification settings - Fork 371
Comparing changes
Open a pull request
base repository: strands-agents/sdk-python
base: v1.5.0
head repository: strands-agents/sdk-python
compare: v1.6.0
- 17 commits
- 35 files changed
- 17 contributors
Commits on Aug 19, 2025
-
fix: fix non-serializable parameter of agent from toolUse block (#568)
* fix: fix non-serializable parameter of agent from toolUse block * feat: Add configuration option to MCP Client for server init timeout (#657) Co-authored-by: Harry Wilton <[email protected]> * fix: Bedrock hang when exception occurs during message conversion (#643) Previously (#642) bedrock would hang during message conversion because the exception was not being caught and thus the queue was always empty. Now all exceptions during conversion are caught Co-authored-by: Mackenzie Zastrow <[email protected]> * fix: only include parameters that defined in tool spec --------- Co-authored-by: Jack Yuan <[email protected]> Co-authored-by: fhwilton55 <[email protected]> Co-authored-by: Harry Wilton <[email protected]> Co-authored-by: Mackenzie Zastrow <[email protected]> Co-authored-by: Mackenzie Zastrow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c087f18 - Browse repository at this point
Copy the full SHA c087f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ccdd2 - Browse repository at this point
Copy the full SHA 17ccdd2View commit details
Commits on Aug 20, 2025
-
feat(a2a): support A2A FileParts and DataParts (#596)
Co-authored-by: jer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef18a25 - Browse repository at this point
Copy the full SHA ef18a25View commit details -
ci: update pre-commit requirement from <4.2.0,>=3.2.0 to >=3.2.0,<4.4…
….0 (#706) Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 60dcb45 - Browse repository at this point
Copy the full SHA 60dcb45View commit details
Commits on Aug 21, 2025
-
ci: update ruff requirement from <0.5.0,>=0.4.4 to >=0.4.4,<0.13.0 (#704
) * ci: update ruff requirement from <0.5.0,>=0.4.4 to >=0.4.4,<0.13.0 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.4...0.12.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Co-authored-by: Patrick Gray <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Segev <[email protected]> Co-authored-by: Patrick Gray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b61a064 - Browse repository at this point
Copy the full SHA b61a064View commit details -
ci: update pytest-asyncio requirement from <0.27.0,>=0.26.0 to >=0.26…
….0,<1.2.0 (#708) * ci: update pytest-asyncio requirement Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.26.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Co-authored-by: Patrick Gray <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Segev <[email protected]> Co-authored-by: Patrick Gray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93d3ac8 - Browse repository at this point
Copy the full SHA 93d3ac8View commit details -
fix: add system_prompt to structured_output_span before adding input_…
…messages (#709) * fix: add system_prompt to structured_output_span before adding input_messages * test: Add system message ordering validation to agent structured output test * Switch to ensuring exact ordering of messages --------- Co-authored-by: Dennis Tsai (RD-AS) <[email protected]> Co-authored-by: Mackenzie Zastrow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9397f58 - Browse repository at this point
Copy the full SHA 9397f58View commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ef6447 - Browse repository at this point
Copy the full SHA 6ef6447View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4879e1 - Browse repository at this point
Copy the full SHA e4879e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c18ef93 - Browse repository at this point
Copy the full SHA c18ef93View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe0fea - Browse repository at this point
Copy the full SHA dbe0feaView commit details -
ci: bump actions/checkout from 4 to 5 (#711)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b156ea6 - Browse repository at this point
Copy the full SHA b156ea6View commit details -
ci: bump actions/download-artifact from 4 to 5 (#712)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0283169 - Browse repository at this point
Copy the full SHA 0283169View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e308f - Browse repository at this point
Copy the full SHA e5e308fView commit details -
fix: prevent path traversal for message_id in file_session_manager (#728
Configuration menu - View commit details
-
Copy full SHA for 918f094 - Browse repository at this point
Copy the full SHA 918f094View commit details -
Configuration menu - View commit details
-
Copy full SHA for f028dc9 - Browse repository at this point
Copy the full SHA f028dc9View commit details
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0fac648 - Browse repository at this point
Copy the full SHA 0fac648View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.0...v1.6.0