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

Use correct package for Polars typing #25

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

jamesdbaker
Copy link
Contributor

Fixes #22 by changing import to polars._typing, as polars.type_aliases is deprecated.

It's worth noting that this should eventually be changed to polars.typing once this has been done (see pola-rs/polars#17420).

@ion-elgreco
Copy link
Owner

@jamesdbaker can you make it compatible with older versions, there is a similar pr in polars-hash for this

@ion-elgreco ion-elgreco merged commit 1665cbd into ion-elgreco:main Oct 30, 2024
1 of 12 checks passed
@ion-elgreco
Copy link
Owner

@jamesdbaker thx! I will try to push somewhere this weekend, I might have a few hours during travel

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 this pull request may close these issues.

Deprecation warning - polars.type_aliases module is deprecated
2 participants