-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update datadog-checks-base dependency version to 32.6.0 #15604
Update datadog-checks-base dependency version to 32.6.0 #15604
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I lost track at this point, is this part of the pydantic v2 upgrade follow-ups? or is this a follow-up to the pre-release dep upgrade?
Could you link the relevant predecessor pr in the motivation?
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
Updated the motivation based on slack conversation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for files owned by container-integrations 👍
ef7c16d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
f43f16d
to
310041f
Compare
Gunicorn flakey test: AI-3290 All the tests passed with an earlier version of the pr without changes to the relevant files confirming the failures are not due to base check version update |
What does this PR do?
Motivation
Update datadog-checks-base to 32.6.0 for integrations that use config models
Follow-up PR for #15427
Without this version bump Python 3 config validation would no longer work and there would be errors in the logs
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.