Skip to content

Update lib360dataquality version and upgrade to Python 3.12 - #76

Merged
chrisarridge merged 3 commits into
mainfrom
ca/update-lib360dataquality-version
Jul 27, 2026
Merged

Update lib360dataquality version and upgrade to Python 3.12#76
chrisarridge merged 3 commits into
mainfrom
ca/update-lib360dataquality-version

Conversation

@chrisarridge

Copy link
Copy Markdown
Contributor

This PR contains two main functional changes.

  1. It updates the GitHub actions to require Python 3.12 and remove requirements for 3.8.
  2. The requirements are updated to the latest version of lib360dataquality, removing the pin to a specific commit, which introduces a number of package updates.

Also, pip-tools is added to the developer requirements so that requirements files can easily be rebuilt.

…ip-tools

This commit updates the lib360dataquality package in requirements.in so that
it is not pinned to a specific commit but pulls the latest version.  The net
effect is that a number of packages have been updated to newer versions,
including openpyxl which was causing issues in the datagetter compared to DQC
due to different openpyxl versions.  Also updated requirements_dev.in to add
pip-tools so that requirements files can be compiled.
@chrisarridge
chrisarridge requested a review from mrshll1001 July 27, 2026 14:27

@mrshll1001 mrshll1001 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Happy with this; tested locally and datagetter ran with no issues, including with the problematic file in https://opendataservices.plan.io/issues/64991

@chrisarridge
chrisarridge merged commit 9dd1ebc into main Jul 27, 2026
6 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