Closed jamesbraza closed 3 weeks ago
I hate to be the one to say "up", but I think it's fair since no one responded to this.
Pyright also complaints about the VoyageAI python SDK. And looking at this codebase it looks like just adding a py.typed
file would fix it.
When running
mypy
on modules that import fromvoyagai
, it fails with:This is because a
py.typed
marker file is not present in the repo. Can we add one?