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

Loosen XlsxWriter version constraints #292

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

mdscruggs
Copy link
Contributor

@mdscruggs mdscruggs commented Jan 3, 2024

Description of changes:

In attempting to use this project as a dependency, I noticed it specifies an older version constraint for XlsxWriter (<3.1) which conflicts with my project's requirements. In investigating the XlsxWriter release notes, it appears that 3.1 is just a minor release (no obvious breaking changes) so I think we can loosen the constraints here.

I ran the test suite locally with the latest version of XlsxWriter (3.1.9) and all the tests passed (which I put at least some stock in because I see .to_excel() calls in the test suite, which I know are being called).


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Changelog for XlsxWriter suggests 3.1.0 is a minor change (not breaking from <3.1).
@mdscruggs mdscruggs marked this pull request as ready for review January 3, 2024 14:15
@Belval Belval self-assigned this Jan 11, 2024
@Belval Belval merged commit 780307f into aws-samples:master Jan 11, 2024
@Belval
Copy link
Contributor

Belval commented Jan 11, 2024

Thank you for your contribution, this change will be added to the v1.7.0 release that should be live early next week.

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