Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning - polars.type_aliases module is deprecated #22

Closed
chris-park opened this issue Aug 20, 2024 · 1 comment · Fixed by #25
Closed

Deprecation warning - polars.type_aliases module is deprecated #22

chris-park opened this issue Aug 20, 2024 · 1 comment · Fixed by #25

Comments

@chris-park
Copy link

OS

Windows 11

Python version

3.12.4

Package versions

  • polars==1.5.0
  • polars-distance==0.4.3

Issue

I get the following deprecation warning when I first import the polars_distance package in Python:

DeprecationWarning: The polars.type_aliases module is deprecated. The type aliases have moved to the polars._typing module to explicitly mark them as private. Please define your own type aliases, or temporarily import from the polars._typing module. A public polars.typing module will be added in the future.

@ion-elgreco
Copy link
Owner

@chris-park could you open a PR to resolve that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants