-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update dependency resolution #20580
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 dependency resolution #20580
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.
nothing suspicious, looks good!
@@ -17,7 +17,7 @@ charset-normalizer @ https://agent-int-packages.datadoghq.com/external/charset-n | |||
clickhouse-cityhash @ https://agent-int-packages.datadoghq.com/external/clickhouse-cityhash/clickhouse_cityhash-1.0.2.4-cp312-cp312-macosx_10_9_x86_64.whl#sha256=261fc1b0bf349de66b2d9e3d367879a561b516ca8e54e85e0c27b7c1a4f639b4 | |||
clickhouse-driver @ https://agent-int-packages.datadoghq.com/external/clickhouse-driver/clickhouse_driver-0.2.9-cp312-cp312-macosx_10_9_x86_64.whl#sha256=fcb2fd00e58650ae206a6d5dbc83117240e622471aa5124733fbf2805eb8bda0 | |||
cm-client @ https://agent-int-packages.datadoghq.com/built/cm-client/cm_client-45.0.4-20241216144620-py3-none-macosx_10_12_universal2.whl#sha256=72f55306e2e3df9291ee55e3a6b2f6698fe3999db9570a14da0ea56bbf51e5a9 | |||
confluent-kafka @ https://agent-int-packages.datadoghq.com/built/confluent-kafka/confluent_kafka-2.8.0-20250618085827-cp312-cp312-macosx_10_13_universal2.whl#sha256=98712de85c83c94fa0d325063bfe8e7cb4ccb30a3506725661549925e7070943 | |||
confluent-kafka @ https://agent-int-packages.datadoghq.com/built/confluent-kafka/confluent_kafka-2.8.0-20250624172355-cp312-cp312-macosx_10_12_universal2.whl#sha256=1274917d4655c0fb26bf7f69d82d36017ad4b387ef284dbb2ed518734482f385 |
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.
@DataDog/agent-build please confirm the renaming from macosx_10_13_universal2
to macosx_10_12_universal2
(i.e. 13
-> 12
) is harmless - and even intended:
integrations-core/.builders/scripts/repair_wheels.py
Lines 273 to 276 in 0fba9da
# Platform independent wheels: move and rename to make platform specific | |
wheel_name = WheelName.parse(wheel.name) | |
if wheel_name.platform_tag == 'any': | |
dest = str(wheel_name._replace(platform_tag='macosx_10_12_universal2')) |
@@ -73,7 +73,7 @@ pydantic @ https://agent-int-packages.datadoghq.com/external/pydantic/pydantic-2 | |||
pydantic-core @ https://agent-int-packages.datadoghq.com/external/pydantic-core/pydantic_core-2.33.2-cp312-cp312-macosx_10_12_x86_64.whl#sha256=a7ec89dc587667f22b6a0b6579c249fca9026ce7c333fc142ba42411fa243cdc | |||
pyjwt @ https://agent-int-packages.datadoghq.com/external/pyjwt/PyJWT-2.10.1-py3-none-any.whl#sha256=dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb | |||
pymongo @ https://agent-int-packages.datadoghq.com/external/pymongo/pymongo-4.8.0-cp312-cp312-macosx_10_9_x86_64.whl#sha256=e6a720a3d22b54183352dc65f08cd1547204d263e0651b213a0a2e577e838526 | |||
pymqi @ https://agent-int-packages.datadoghq.com/built/pymqi/pymqi-1.12.11-20250618085827-cp312-cp312-macosx_10_13_universal2.whl#sha256=3942dd3b4e6d735461c70aaa7f881d9d8c8e0af6810a0f5c14ed23d9b742af7a | |||
pymqi @ https://agent-int-packages.datadoghq.com/built/pymqi/pymqi-1.12.11-20250624172355-cp312-cp312-macosx_10_12_universal2.whl#sha256=9ba1b14bb67ca7f26cc1eac02268cc4d090ab69c2a5a5b4fabfb9abdd8b28107 |
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.
(same as above)
Motivation
Direct dependencies were updated in adde7a5.
Additional Notes
This PR was automatically generated by the following workflow:
https://github.com/DataDog/integrations-core/actions/runs/15856078888