You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "tvalentyn (via GitHub)" <gi...@apache.org> on 2023/03/29 21:22:00 UTC

[GitHub] [beam] tvalentyn commented on a diff in pull request #26020: Add #24599 to CHANGES.md

tvalentyn commented on code in PR #26020:
URL: https://github.com/apache/beam/pull/26020#discussion_r1152485668


##########
CHANGES.md:
##########
@@ -70,6 +70,8 @@
   like `df | (Transform1 | Transform2 | ...)` to avoid excessive conversions.)
 * The Go SDK adds new transforms periodic.Impulse and periodic.Sequence that extends support
   for slowly updating side input patterns. ([#23106](https://github.com/apache/beam/issues/23106))
+* Protobuf for Python SDK is updated to `protobuf>=4.21.1,<4.23.0`. Beam doesn't support protobuf 3.x anymore. ([#24599](https://github.com/apache/beam/pull/24599))

Review Comment:
   ```suggestion
   * Python SDK now requires `protobuf>=4.21.1,<4.23.0` and no longer supports protobuf 3.x. ([#24599](https://github.com/apache/beam/pull/24599))
   ```



##########
CHANGES.md:
##########
@@ -70,6 +70,8 @@
   like `df | (Transform1 | Transform2 | ...)` to avoid excessive conversions.)
 * The Go SDK adds new transforms periodic.Impulse and periodic.Sequence that extends support
   for slowly updating side input patterns. ([#23106](https://github.com/apache/beam/issues/23106))
+* Protobuf for Python SDK is updated to `protobuf>=4.21.1,<4.23.0`. Beam doesn't support protobuf 3.x anymore. ([#24599](https://github.com/apache/beam/pull/24599))
+* Several Google client libraties are updated to major versions for Python SDK. ([#24599](https://github.com/apache/beam/pull/24599))

Review Comment:
   ```suggestion
   * Several Google client libraries in Python SDK dependency chain were updated to latest available major versions. ([#24599](https://github.com/apache/beam/pull/24599))
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org