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

Maintenance updates #207

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Maintenance updates #207

merged 1 commit into from
Oct 30, 2024

Conversation

jonavellecuerdo
Copy link
Contributor

Purpose and background context

Update app according to DataEng Application Maintenance. Main updates were to:

  • Upgrade to Python 3.12
  • Address linting error re: Ruff rule UP040

How can a reviewer manually see the effects of these changes?

Run make lint and make test and confirm linters and unit tests are all passing.

Note: Publishing a release is on hold until we can test our full set of changes (field method refactor + orchestration refactor + these maintenance updates) with Transmogrifier A/B Diff.

Includes new or updated dependencies?

YES

Changes expectations for external applications?

NO

What are the relevant tickets?

Developer

  • All new ENV is documented in README
  • All new ENV has been added to staging and production environments
  • All related Jira tickets are linked in commit message(s)
  • Stakeholder approval has been confirmed (or is not needed)

Code Reviewer(s)

  • The commit message is clear and follows our guidelines (not just this PR message)
  • There are appropriate tests covering any new functionality
  • The provided documentation is sufficient for understanding any new functionality introduced
  • Any manual tests have been performed and verified
  • New dependencies are appropriate or there were no changes

Why these changes are being introduced:
* Routine maintenance updates

How this addresses that need:
* Upgrade to Python 3.12

Side effects of this change:
* None

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/IN-1079
Copy link
Contributor

@ghukill ghukill left a comment

Choose a reason for hiding this comment

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

Looks pretty straight-forward to me! Approved.

JSON: TypeAlias = dict[str, "JSON"] | list["JSON"] | str | int | float | bool | None
type JSON = dict[str, "JSON"] | list["JSON"] | str | int | float | bool | None
Copy link
Contributor

Choose a reason for hiding this comment

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

Interesting change, thanks for highlighting the ruff rule!

@jonavellecuerdo jonavellecuerdo merged commit e00c46e into main Oct 30, 2024
3 of 4 checks passed
@jonavellecuerdo jonavellecuerdo deleted the IN-1079-maintenance-2024-10 branch November 27, 2024 18:16
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.

3 participants