[python] pin remaining unpinned dependencies in python docker images - #7644
Open
gnufede wants to merge 8 commits into
Open
[python] pin remaining unpinned dependencies in python docker images#7644gnufede wants to merge 8 commits into
gnufede wants to merge 8 commits into
Conversation
Co-authored-by: Federico Mon <federico.mon@datadoghq.com>
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
Follow-up to kowalski/python-pin-anyio-4-15: pin all remaining unpinned transitive and direct dependencies across parametric, anthropic, openai, google_genai, fastapi, and tornado Docker images to prevent breakage from future package releases. Pinned transitive deps: h11, idna, protobuf, grpcio, googleapis-common-protos, Deprecated, wrapt, backoff, importlib-metadata. Pinned direct deps: PyYAML, requests, pycryptodome, python-multipart, jinja2, psycopg2-binary, itsdangerous, tornado, httpx.
Contributor
|
|
KowalskiThomas
approved these changes
Sep 3, 2026
KowalskiThomas
left a comment
Contributor
There was a problem hiding this comment.
Thanks for taking care of that.
cbeauchesne
reviewed
Sep 3, 2026
| @@ -1,17 +1,17 @@ | |||
| PyYAML | |||
| PyYAML==6.0.3 | |||
Collaborator
There was a problem hiding this comment.
It'll require to update base images. I've an ongoing task on it, I'll do this one after.
|
✅ All CI checks and tests passed. 🎉 All green!🧪 All tests passed 🔗 Commit SHA: 979aa54 | Docs | View more details | Give us feedback! |
gnufede
marked this pull request as ready for review
September 3, 2026 10:36
gnufede
enabled auto-merge (squash)
September 3, 2026 12:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Follow-up to kowalski/python-pin-anyio-4-15: pin all remaining unpinned transitive and direct dependencies across parametric, anthropic, openai, google_genai, fastapi, and tornado Docker images to prevent breakage from future package releases.
Changes
Pinned transitive deps: h11, idna, protobuf, grpcio, googleapis-common-protos, Deprecated, wrapt, backoff, importlib-metadata.
Pinned direct deps: PyYAML, requests, pycryptodome, python-multipart, jinja2, psycopg2-binary, itsdangerous, tornado, httpx.
Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
tests/ormanifests/is modified ? I have the approval from R&P teambuild-XXX-imagelabel is present