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

fix: fix broken import #81

Merged
merged 2 commits into from
Feb 27, 2025
Merged

fix: fix broken import #81

merged 2 commits into from
Feb 27, 2025

Conversation

danipran
Copy link
Contributor

collections.Mapping has been deprecated since 3.3 and was removed in 3.10, which causes the import to not work with Python versions >=3.10.

Use collections.abc instead.

Refs: RATYK-85

collections.Mapping has been deprecated since
3.3 and was removed in 3.10, which causes the
import to not work with Python versions >=3.10.

Use collections.abc instead.

Refs: RATYK-85
ubuntugis/ppa doesn't have a release for 24.04.
@danipran danipran marked this pull request as ready for review February 27, 2025 11:22
@danipran danipran requested a review from a team February 27, 2025 11:22
Copy link
Contributor

@tuomas777 tuomas777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 🐻

@danipran danipran merged commit 6480421 into main Feb 27, 2025
9 checks passed
@danipran danipran deleted the RATYK-85/fix-broken-import branch February 27, 2025 11:34
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