Update dependency resolution#22987
Update dependency resolution#22987datadog-agent-integrations-bot[bot] wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: da3d85a953
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| annotated-types @ https://agent-int-packages.datadoghq.com/external/annotated-types/annotated_types-0.7.0-py3-none-any.whl#sha256=1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 | ||
| asn1crypto @ https://agent-int-packages.datadoghq.com/external/asn1crypto/asn1crypto-1.5.1-py2.py3-none-any.whl#sha256=db4e40728b728508912cbb3d44f19ce188f218e9eba635821bb4b68564f8fd67 | ||
| attrs @ https://agent-int-packages.datadoghq.com/external/attrs/attrs-25.4.0-py3-none-any.whl#sha256=adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373 | ||
| attrs @ https://agent-int-packages.datadoghq.com/external/attrs/attrs-26.1.0-py3-none-any.whl#sha256=c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309 |
There was a problem hiding this comment.
Keep attrs pin consistent across 3.13 lockfiles
attrs was bumped to 26.1.0 here, but only in a subset of the Python 3.13 lockfiles (linux-aarch64 and windows-x86_64), while other 3.13 lockfiles still resolve to 25.4.0. This creates platform-specific dependency behavior for the same release train and can cause tests to pass on one target and fail on another due to attrs version differences. Regenerating lockfiles so this pin is consistent (or documenting an intentional marker-based split) avoids hard-to-debug cross-platform drift.
Useful? React with 👍 / 👎.
Motivation
Direct dependencies were updated in 81cb0a6 (triggered by PR #22944).
Additional Notes
This PR was automatically generated by the following workflow:
https://github.com/DataDog/integrations-core/actions/runs/23299194148