https://flyte.org logo
#ask-the-community
Title
# ask-the-community
j

Jay Ganbat

10/25/2023, 6:00 PM
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

Yee

10/25/2023, 11:33 PM
it should be yeah
that’s just syntactic sugar on python’s side. we should add some unit tests for that.