Skip to content
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

Move Python dep upgrade instructions into release guide #28648

Merged
merged 2 commits into from
Sep 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions contributor-docs/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,14 @@ Configure access to the [Apache Nexus repository](https://repository.apache.org/

#### Update base image dependencies for Python container images

Tracked in Github issue https://github.com/apache/beam/issues/27944

See instructions at: https://s.apache.org/beam-python-requirements-generate
The Python base container images have static pinned `requirements.txt` that are
designed to be compatible with our dependency constraints but also not cause
runtime installs to occur, which slow things down immensely.
kennknowles marked this conversation as resolved.
Show resolved Hide resolved
These need to be updated at least once per release cycle to avoid
out of date dependencies.

Follow the instructions at
https://s.apache.org/beam-python-requirements-generate

Ideally, do the update at least a week before the release cut, so that any issues
related to the update have time to surface.
Expand Down