Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: dapr/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dapr/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.16
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 57 files changed
  • 7 contributors

Commits on Aug 12, 2025

  1. 1.16.0-rc1

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    efd34f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. [Conversation API - Alpha2] Add new tool calling capability (#822) (#832

    )
    
    * initial
    
    
    
    * fixes after proto change upstream
    
    
    
    * minor name changes and cleanup unused function
    
    
    
    * refactors, updates to readme, linting
    
    
    
    * feedback
    
    
    
    * feedback, updates
    
    
    
    * fix import in examples
    
    
    
    * cleanup, import, lint, more conversation helpers
    
    
    
    * clarify README, minor test import changes, copyright
    
    
    
    * feedback DRY test_conversation file
    
    
    
    * lint
    
    
    
    * move conversation classes in _response module to conversation module.
    
    Some example README refactor/lint
    
    
    
    * minor readme change
    
    
    
    * Update daprdocs/content/en/python-sdk-docs/python-client.md
    
    
    
    
    * lint
    
    
    
    * updates to fix issue with tool calling helper when dealing with classes instead of dataclasses, and also with serializatin output of the tool back to the LLM
    
    
    
    * coalesce conv helper tests, fix typing lint
    
    
    
    * make indent line method doc more dev friendly
    
    
    
    
    * tackle some feedback, still missing unit tests
    
    
    
    * add unit test to convert_value_to_struct
    
    
    
    * more unit tests per feedback
    
    
    
    * make async version of unit test conversation
    
    
    
    * add some information how to run markdown tests with a different runtime
    
    
    
    * ran tox -e ruff, even though tox -e flake8 was fine
    
    
    
    * add tests to increase coverage in conversation and conversation_helpers that codecov pointed out
    
    
    
    * add more information on execute registered tools, also added more tests for them to validate
    
    
    
    * fix test failing on py 1.13. Merge two unit test files per feedback
    
    
    
    * Linter
    
    
    
    * fix typing issue with UnionType in py3.9
    
    
    
    ---------
    
    Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    Co-authored-by: Albert Callarisa <albert@acroca.com>
    Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
    Co-authored-by: Elena Kolevska <elena@kolevska.com>
    4 people authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    d62dd5e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. update docs with tool calling helpers info (#838)

    Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
    filintod authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    a06d4fc View commit details
    Browse the repository at this point in the history
  2. 1.16.0rc2

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    1569fba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. use latest durabletask (#840)

    Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
    cicoyle authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    a7414eb View commit details
    Browse the repository at this point in the history
  2. 1.16.0

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    elena-kolevska committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ae3e592 View commit details
    Browse the repository at this point in the history
  3. Adds support for interceptors and concurrency_options arguments in th…

    …e workflow engine (#841)
    
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    acroca authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    99314a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Implement multi-app workflows (#844)

    * feat: Adds support for cross-app calls.
    
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    
    * Use durabletask alpha.9
    
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    
    * Added examples for error scenarios in multi-app workflow
    
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    
    * Remove unnecessary hardcoded ports
    
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    
    ---------
    
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    acroca authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    d005a15 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. chore: Rename wait_until_ready to wait_for_sidecar (#843)

    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
    acroca and elena-kolevska authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    d4c0227 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. 1.16.1rc1 (#846)

    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    acroca authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    6745935 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Release 1.16.1 (#884)

    * fix(test): correct metadata testcase for release 1.17 (#878)
    
    Signed-off-by: Casper Nielsen <casper@diagrid.io>
    
    * Set version to 1.16.1
    
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    
    ---------
    
    Signed-off-by: Casper Nielsen <casper@diagrid.io>
    Signed-off-by: Albert Callarisa <albert@diagrid.io>
    Co-authored-by: Casper Nielsen <casper@diagrid.io>
    acroca and CasperGN authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    6126b72 View commit details
    Browse the repository at this point in the history
Loading