This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@plutolang/cli@0.4.56
Patch Changes
Updated dependencies [c1c732e]
@plutolang/pyright-deducer@0.1.34
@plutolang/pyright-deducer@0.1.34
Patch Changes
c1c732e: fix(deducer): use package name from dist-info instead of import name
The package import name may differ from its actual package name. For instance, pysqlite3-binary is the package name, but it is imported as pysqlite3. This mismatch can cause the loss of required packages at runtime.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@plutolang/cli@0.4.56
Patch Changes
@plutolang/pyright-deducer@0.1.34
Patch Changes
c1c732e: fix(deducer): use package name from dist-info instead of import name
The package import name may differ from its actual package name. For instance,
pysqlite3-binary
is the package name, but it is imported aspysqlite3
. This mismatch can cause the loss of required packages at runtime.