Skip to content

Update Python base container deps#28625

Merged
kennknowles merged 1 commit intoapache:masterfrom
kennknowles:python-deps
Sep 25, 2023
Merged

Update Python base container deps#28625
kennknowles merged 1 commit intoapache:masterfrom
kennknowles:python-deps

Conversation

@kennknowles
Copy link
Copy Markdown
Member

@kennknowles kennknowles commented Sep 22, 2023

Created by rebasing to fork point git checkout -b python-deps $(git merge-base github/master github/release-2.51.0) (which is incidentally c5e6c79) and then running
./gradlew :sdks:python:container:generatePythonRequirementsAll

Fixes #27944


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@kennknowles
Copy link
Copy Markdown
Member Author

R: @tvalentyn

Doing this after the branch cut, so there's this one and also #28626

I did build the requirements from the release cut commit.

@kennknowles
Copy link
Copy Markdown
Member Author

Hmm let me fix this up again

@kennknowles
Copy link
Copy Markdown
Member Author

I suppose we could also just get them all the way up to date on master, if things have moved forward in the last week, so syncing back to the branch commit is not important.

@github-actions
Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 22, 2023

Codecov Report

Merging #28625 (042ac52) into master (c5e6c79) will decrease coverage by 0.03%.
Report is 22 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #28625      +/-   ##
==========================================
- Coverage   72.24%   72.22%   -0.03%     
==========================================
  Files         684      684              
  Lines      101071   101130      +59     
==========================================
+ Hits        73022    73038      +16     
- Misses      26470    26513      +43     
  Partials     1579     1579              
Flag Coverage Δ
python 82.76% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 9 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Copy Markdown
Contributor

@damccorm damccorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: Update Base Image Dependencies for Python Container Images

3 participants