Skip to content

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

@bastbu

Description

@bastbu

🐛 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

  • Configure a repo with Pyright (strict mode)
  • Install and import azure.durable_functions

Metadata

Metadata

Assignees

Labels

P2Priority 2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions