jrmccluskey opened a new issue, #29394:
URL: https://github.com/apache/beam/issues/29394

   ### What needs to happen?
   
   From https://s.apache.org/beam-python-type-hinting-overview: [Python 
Enhancement Proposal 585](https://peps.python.org/pep-0585/), 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
   
   - [X] 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


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to