-
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 dependencies #13478
Update dependencies #13478
Conversation
The |
938fcf3
to
7be4d1a
Compare
The |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
LGTM, no conflicts AFAICT
37cb3bb
to
0fff9e5
Compare
"clickhouse-cityhash==1.0.2.3; python_version < '3.0'", | ||
"clickhouse-cityhash==1.0.2.4; python_version > '3.0'", |
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'm not sure why we do not have the same version for py2 and py3, 1.0.2.4 seems to support py2 https://github.com/xzkostyan/clickhouse-cityhash/blob/master/setup.py#L91. Any ideas?
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.
Since this is not a blocker and there's time pressure, ignoring it for now :(
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.
Other than https://github.com/DataDog/integrations-core/pull/13478/files#r1044265181 and waiting for the agent build to succeed, I don't see anything else to worry about.
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 to me
Thank you all! |
What does this PR do?
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attachedqa/skip-qa
label.