hatchet-dev / hatchet-python

Hatchet Python SDK for Interacting with the Hatchet Engine
23 stars 12 forks source link

fix: handle steps with uppercase #74

Closed abelanger5 closed 3 months ago

abelanger5 commented 3 months ago

Handles steps which have an upper or lowercase. All actions are lowercased in the Hatchet engine, so we won't respect case sensitivity in the client. Step names can always be overwritten using name= to handle collisions.

Fixes #70