-
Notifications
You must be signed in to change notification settings - Fork 152
Comparing changes
Open a pull request
base repository: dapr/python-sdk
base: main
head repository: dapr/python-sdk
compare: release-1.16
- 15 commits
- 62 files changed
- 11 contributors
Commits on Aug 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efd34f8 - Browse repository at this point
Copy the full SHA efd34f8View commit details
Commits on Sep 7, 2025
-
[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 <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Albert Callarisa <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: Elena Kolevska <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d62dd5e - Browse repository at this point
Copy the full SHA d62dd5eView commit details
Commits on Sep 12, 2025
-
update docs with tool calling helpers info (#838)
Signed-off-by: Filinto Duran <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a06d4fc - Browse repository at this point
Copy the full SHA a06d4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1569fba - Browse repository at this point
Copy the full SHA 1569fbaView commit details
Commits on Sep 17, 2025
-
Signed-off-by: Cassandra Coyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7414eb - Browse repository at this point
Copy the full SHA a7414ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae3e592 - Browse repository at this point
Copy the full SHA ae3e592View commit details -
Adds support for interceptors and concurrency_options arguments in th…
…e workflow engine (#841) Signed-off-by: Albert Callarisa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99314a4 - Browse repository at this point
Copy the full SHA 99314a4View commit details
Commits on Oct 7, 2025
-
Implement multi-app workflows (#844)
* feat: Adds support for cross-app calls. Signed-off-by: Albert Callarisa <[email protected]> * Use durabletask alpha.9 Signed-off-by: Albert Callarisa <[email protected]> * Added examples for error scenarios in multi-app workflow Signed-off-by: Albert Callarisa <[email protected]> * Remove unnecessary hardcoded ports Signed-off-by: Albert Callarisa <[email protected]> --------- Signed-off-by: Albert Callarisa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d005a15 - Browse repository at this point
Copy the full SHA d005a15View commit details
Commits on Oct 8, 2025
-
chore: Rename wait_until_ready to wait_for_sidecar (#843)
Signed-off-by: Albert Callarisa <[email protected]> Co-authored-by: Elena Kolevska <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4c0227 - Browse repository at this point
Copy the full SHA d4c0227View commit details
Commits on Oct 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6745935 - Browse repository at this point
Copy the full SHA 6745935View commit details
Commits on Jan 16, 2026
-
* fix(test): correct metadata testcase for release 1.17 (#878) Signed-off-by: Casper Nielsen <[email protected]> * Set version to 1.16.1 Signed-off-by: Albert Callarisa <[email protected]> --------- Signed-off-by: Casper Nielsen <[email protected]> Signed-off-by: Albert Callarisa <[email protected]> Co-authored-by: Casper Nielsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6126b72 - Browse repository at this point
Copy the full SHA 6126b72View commit details
Commits on Mar 25, 2026
-
* fix cloudevents version Signed-off-by: Albert Callarisa <[email protected]> * Fix: Run validations with a hardcoded cli and runtime versions Signed-off-by: Albert Callarisa <[email protected]> * Fix tests Signed-off-by: Albert Callarisa <[email protected]> --------- Signed-off-by: Albert Callarisa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d6608f - Browse repository at this point
Copy the full SHA 3d6608fView commit details
Commits on May 19, 2026
-
Fix builds for backport of drain_ongoing_call_timeout=None (#1037)
Signed-off-by: Sergio Herrera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebff455 - Browse repository at this point
Copy the full SHA ebff455View commit details -
default drain_ongoing_call_timeout to None (#1016) (#1018)
* default drain_ongoing_call_timeout to None ActorRuntimeConfig hardcoded drain_ongoing_call_timeout to 60s. The Dapr runtime's placement dissemination timeout defaults to 30s and drain blocks the placement LOCK -> UPDATE -> UNLOCK round, so a 60s drain stalls the disseminator and resets the placement stream. Match the other SDKs (.NET, Go, Java, JS) by leaving the field unset, so daprd applies its 2s default (api.DefaultOngoingCallTimeout). Omit the field from as_dict() when None so a JSON null is not sent to the runtime. * Update comment --------- (cherry picked from commit 77e3bcf) Signed-off-by: joshvanl <[email protected]> Signed-off-by: dapr-bot <[email protected]> Co-authored-by: Josh van Leeuwen <[email protected]> Co-authored-by: Sam <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0df5da0 - Browse repository at this point
Copy the full SHA 0df5da0View commit details
Commits on Jun 2, 2026
-
chore: bump for patch 1.16 release (#1073)
Signed-off-by: Samantha Coyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c5414c - Browse repository at this point
Copy the full SHA 6c5414cView 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 main...release-1.16