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

#27 DeprecationWarning: The polars.type_aliases module is deprecated #28

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

Filimoa
Copy link
Contributor

@Filimoa Filimoa commented Oct 29, 2024

Polars moved some of their type aliases to private modules temporarily. The simplest workaround is the following PR, here's their changelog describing the issue.

https://docs.pola.rs/releases/upgrade/1/#remove-re-export-of-type-aliases

Since this only appears in polars versions >= 1.0, I added packaging to the deps to help disambiguate which version the user is on.

@Filimoa
Copy link
Contributor Author

Filimoa commented Oct 29, 2024

Simplified the logic and removed the packaging dep.

@Filimoa
Copy link
Contributor Author

Filimoa commented Oct 29, 2024

Should be fixed

@ion-elgreco
Copy link
Owner

Thanks!

@ion-elgreco ion-elgreco merged commit 397b99c into ion-elgreco:main Oct 30, 2024
11 of 12 checks passed
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.

2 participants