[
https://issues.apache.org/jira/browse/BEAM-6709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbe resolved BEAM-6709.
-------------------------
Resolution: Fixed
Fix Version/s: 2.11.0
> Typehinting depends on typing changes in Python 3.5.3
> -----------------------------------------------------
>
> Key: BEAM-6709
> URL: https://issues.apache.org/jira/browse/BEAM-6709
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Robbe
> Priority: Major
> Fix For: 2.11.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> On Python versions < 3.5.3, the Tuple and Union type from typing do not have
> an `__args__` attribute, but a `__tuple_params__`, and a `__union_params__`
> and `__union_set_params__` argument respectively.
> The current implementation fails <3.5.3 since it depends on the `__args__`
> attribute
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)