Hi Flyte folks, i couldnt find where but i remembe...
# ask-the-community
j
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
y
it should be yeah
that’s just syntactic sugar on python’s side. we should add some unit tests for that.