python-docs-samples
python-docs-samples copied to clipboard
chore(deps): update dependency python
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
python | final | patch | 3.10.0 -> 3.10.6 |
python | final | minor | 3.9-slim -> 3.10-slim |
python | stage | minor | 3.9-slim -> 3.10-slim |
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.
This PR has been generated by Mend Renovate. View repository job log here.
Hey @davidcavazos @glasnt, could you take a look and see if this upgrade is alright to do?
Fine for my sample; unsure why 3.10 tests aren't being run, though.
Unfortunately Apache Beam does not officially support Python 3.10 yet :(
Although it should technically work, the Python version from which the worker boot files get pulled would be from Python 3.9. They're compiled Go files so it shouldn't matter, but in the unlikely case there is some incompatibility it would fail.
Just to be on the safe side, I would leave any Dataflow Dockerfiles using Python 3.9.
I believe that's all the folder owners approving now; once tests pass I'll merge this.
the python 3.6 and 3.7 tests are failing due to missing interpreter issues, which I believe is also happening in main.
Looks like 3.6 support was removed in https://github.com/GoogleCloudPlatform/python-docs-samples/pull/8151
the 3.7 failures are on - /workspace/people-and-planet-ai/land-cover-classification - test_land_cover_online_predict_cloud_run
3.6 issue will be resolved in #8159
For some reason the Python 3.7 test is still building; it was throwing 500 errors previously. :/
Autoclosing Skipped
This PR has been flagged for autoclosing, however it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
replaced with #8341, #8342, #8343