Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.
MIT License
136 stars 55 forks source link

Stub file not found for "azure.durable_functions" #524

Open bastbu opened 2 months ago

bastbu commented 2 months ago

🐛 Describe the bug

I am using azure-functions-durable==1.2.9. Since my repository is type checked by Pyright (in strict mode), I get the following error:

Stub file not found for "azure.durable_functions" (reportMissingTypeStubs)

Would it be possible to include a py.typed marker with the released package, as described in PEP-561?

🤔 Expected behavior

I would have expected that importing the azure.durable_functions does not result in any type checking errors.

Steps to reproduce

davidmrdavid commented 1 month ago

Thanks @batsu for the report, this is indeed a problem and I worry out type definitions are out of date. @nytian if you have cycles, it would be great if you could tackle this one.

@bastbu we also accept open source contributions if this is something you're willing to help us with