Hi Flyte folks, i couldnt find where but i remembe...
# flyte-support
m
Hi Flyte folks, i couldnt find where but i remember asking for optional types
Optional[str]
works but not this
str | None
does it supported now? i saw some workflows run with the new
|
syntax fine in our projects
t
it should be yeah
👍 1
that’s just syntactic sugar on python’s side. we should add some unit tests for that.