Skip to content

Update django-import-export deps #6372

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dralley
Copy link
Contributor

@dralley dralley commented Mar 19, 2025

These have gotten very out of date and it seems like dependabot hasn't worked on them.

These have gotten very out of date and it seems like dependabot hasn't
worked on them.
@@ -63,7 +63,7 @@ dependencies = [
"python-gnupg>=0.5,<=0.5.4",
"PyYAML>=5.1.1,<=6.0.2",
"redis>=4.3,<5.2.2",
"tablib<3.6.0",
"tablib>=3.7.0,<3.9.0",
Copy link
Member

Choose a reason for hiding this comment

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

Should tablib be a direct dependency at all?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We import it directly here:

from tablib import Dataset

However as long as django-import-export exists we can probably assume its presence? This requirement was primarily here to avoid new incompatible versions, and presumably that's less of an issue with these newer versions?

Copy link
Member

Choose a reason for hiding this comment

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

Well turning it into a proper dependency with a proper range also sounds good then.

@dralley dralley marked this pull request as draft March 19, 2025 15:43
@dralley
Copy link
Contributor Author

dralley commented Mar 19, 2025

Update: we can't update these packages until a breaking change release. I can verify that there are some changed APIs that are exposed to plugins.

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

Successfully merging this pull request may close these issues.

2 participants