-
Notifications
You must be signed in to change notification settings - Fork 15
[python] pin remaining unpinned dependencies in python docker images #7644
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ad9d44d
[python] Pin anyio == 4.14.2
KowalskiThomas c2d6902
review: update utils/build/docker/python/parametric/Dockerfile
KowalskiThomas 5efcecc
review: update utils/build/docker/python/parametric/Dockerfile
KowalskiThomas 04945a1
review: update utils/build/docker/python/anthropic-py.Dockerfile
KowalskiThomas 3054096
review: update utils/build/docker/python/google_genai-py.Dockerfile
KowalskiThomas 871458e
review: update utils/build/docker/python/openai-py.Dockerfile
KowalskiThomas 45eeaca
Pin remaining unpinned dependencies in Python Docker images
gnufede 979aa54
Merge branch 'main' into gnufede/pin-deps
gnufede 9d2f6d8
Merge branch 'main' into gnufede/pin-deps
cbeauchesne f30a7fc
Update fastapi base image version
cbeauchesne a889105
Update tornado base image version
cbeauchesne eb61e04
Merge branch 'main' into gnufede/pin-deps
gnufede 21a7f82
Merge branch 'main' into gnufede/pin-deps
gnufede e987fd2
Merge branch 'main' into gnufede/pin-deps
gnufede 33e9de0
Add tornado.base-v4 to mirror_images.yaml
gnufede e55fec9
Merge branch 'main' into gnufede/pin-deps
gnufede ed02dbc
Update base images lock and mirror images
gnufede File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| fastapi==0.89.1 | ||
| anyio==4.14.2 | ||
| uvicorn==0.20.0 | ||
| h11==0.16.0 | ||
| idna==3.19 | ||
| opentelemetry-distro==0.42b0 | ||
| opentelemetry-exporter-otlp==1.21.0 | ||
| protobuf==4.25.9 | ||
| grpcio==1.83.1 | ||
| googleapis-common-protos==1.75.0 | ||
| Deprecated==1.3.1 | ||
| wrapt==1.17.3 | ||
| backoff==2.2.1 | ||
| importlib-metadata==6.11.0 |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| fastapi==0.89.1 | ||
| anyio==4.14.2 | ||
| uvicorn==0.20.0 | ||
| h11==0.16.0 | ||
| idna==3.19 | ||
| opentelemetry-distro==0.42b0 | ||
| opentelemetry-exporter-otlp==1.21.0 | ||
| protobuf==4.25.9 | ||
| grpcio==1.83.1 | ||
| googleapis-common-protos==1.75.0 | ||
| Deprecated==1.3.1 | ||
| wrapt==1.17.3 | ||
| backoff==2.2.1 | ||
| importlib-metadata==6.11.0 |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| fastapi==0.89.1 | ||
| anyio==4.14.2 | ||
| uvicorn==0.20.0 | ||
| h11==0.16.0 | ||
| idna==3.19 | ||
| opentelemetry-distro==0.42b0 | ||
| opentelemetry-exporter-otlp==1.21.0 | ||
| protobuf==4.25.9 | ||
| grpcio==1.83.1 | ||
| googleapis-common-protos==1.75.0 | ||
| Deprecated==1.3.1 | ||
| wrapt==1.17.3 | ||
| backoff==2.2.1 | ||
| importlib-metadata==6.11.0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| PyYAML | ||
| tornado | ||
| PyYAML==6.0.3 | ||
| tornado==6.5.8 | ||
| cryptography==42.0.8 | ||
| pycryptodome | ||
| jinja2 | ||
| psycopg2-binary | ||
| pycryptodome==3.23.0 | ||
| jinja2==3.1.6 | ||
| psycopg2-binary==2.9.12 | ||
| packaging==25.0 | ||
| xmltodict==0.14.2 | ||
| openfeature-sdk==0.8.3 | ||
| stripe==11.6.0 | ||
| httpx | ||
| httpx==0.28.1 | ||
| # lets system-tests dump this weblog's thread stacks from outside the process | ||
| # when a remote config apply stalls, see utils/_remote_config.py | ||
| py-spy==0.4.2 |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.