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

Repin major versions for required and full deps #830

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

huddlej
Copy link
Contributor

@huddlej huddlej commented Jan 21, 2022

Description of proposed changes

Although we recently relaxed version pinning for development dependencies, we still need to maintain major version limits for base and full requirements to prevent unexpected issues when those dependencies release new major versions. For example, a new major pandas version has a potential to produce breaking changes.

Related issue(s)

Related to #821

Testing

  • Tested by CI
  • Tested locally with install and unit/functional tests

Although we recently relaxed version pinning for development
dependencies [1], we still need to maintain major version limits for base
and full requirements to prevent unexpected issues when those
dependencies release new major versions. For example, a new major pandas
version has a potential to produce breaking changes.

[1] #821
@huddlej huddlej added this to the Patch release 13.1.1 milestone Jan 21, 2022
@huddlej huddlej merged commit 23c7b3a into master Jan 21, 2022
@huddlej huddlej deleted the pin-major-requirement-versions branch January 21, 2022 21:35
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.

1 participant