Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: strands-agents/sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: strands-agents/sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 17 commits
  • 35 files changed
  • 17 contributors

Commits on Aug 19, 2025

  1. 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]>
    6 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    c087f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ccdd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. feat(a2a): support A2A FileParts and DataParts (#596)

    Co-authored-by: jer <[email protected]>
    jer96 and jer authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    ef18a25 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    60dcb45 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. 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]>
    3 people authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    b61a064 View commit details
    Browse the repository at this point in the history
  2. 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]>
    3 people authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    93d3ac8 View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    9397f58 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    6ef6447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4879e1 View commit details
    Browse the repository at this point in the history
  3. tool executors (#658)

    pgrayy authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    c18ef93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbe0fea View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    b156ea6 View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    0283169 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5e308f View commit details
    Browse the repository at this point in the history
  8. fix: prevent path traversal for message_id in file_session_manager (#728

    )
    
    * fix: prevent path traversal for message_id in file_session_manager
    
    * fix: prevent path traversal for message_id in session managers
    
    * fix: prevent path traversal for message_id in session managers
    mehtarac authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    918f094 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f028dc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    0fac648 View commit details
    Browse the repository at this point in the history
Loading