-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
the api has type annotations, but there is no py.typed
file so consumers cannot check types when calling the package
Steps to reproduce
- Add dspy as a dep to a project
- copy and paste one of the examples into the project
- configure the project to use mypy
- run mypy
error: Cannot find implementation or library stub for module named "dspy" [import-not-found]
DSPy version
3.0.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working