Skip to content

Conversation

@hallvictoria
Copy link
Contributor

Python 3.14 matches durableClient binding types with the durableClientConverter instead of Generic. This caused an error when executing:

Executed 'Functions.durable_client' (Failed, Id=ba78fdb6-6243-4618-84c2-f50530945a20, Duration=195ms)
[2025-10-31T18:27:26.009Z] System.Private.CoreLib: Exception while executing function: Functions.durable_client. System.Private.CoreLib: Result: Failure
Exception: TypeError: unable to decode incoming TypedData: unsupported combination of TypedData field 'string' and expected binding type <class 'azure.functions.durable_functions.DurableClientConverter'>

This PR updates the DurableClientConverter class to fully match all of the implemented methods of Generic converters/

@hallvictoria hallvictoria marked this pull request as ready for review November 3, 2025 16:08
@hallvictoria hallvictoria merged commit ad1b280 into dev Nov 5, 2025
20 checks passed
@hallvictoria hallvictoria deleted the hallvictoria/314-durable-fix branch November 5, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants