You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From https://s.apache.org/beam-python-type-hinting-overview: Python Enhancement Proposal 585, first implemented in Python 3.9, deprecates the typing module in favor of subscripting built-in types (tuple, list, dict, set, and type) and collections module types. The typing module itself will eventually have the deprecated functionality removed (no sooner that Python 3.9’s end-of-life in October of 2025.)
This issue will track the work to fully remove the typing module from the Python SDK, which cannot be started until Beam no longer supports Python 3.8 (which reaches EOL in October of 2024.)
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam YAML
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
What needs to happen?
From https://s.apache.org/beam-python-type-hinting-overview: Python Enhancement Proposal 585, first implemented in Python 3.9, deprecates the typing module in favor of subscripting built-in types (tuple, list, dict, set, and type) and collections module types. The typing module itself will eventually have the deprecated functionality removed (no sooner that Python 3.9’s end-of-life in October of 2025.)
This issue will track the work to fully remove the typing module from the Python SDK, which cannot be started until Beam no longer supports Python 3.8 (which reaches EOL in October of 2024.)
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: