Important
> [!WARNING]
> `OrkesClient` interfaces are going to be changed in the next release.
> We recommend NOT updating to `1.0.73` release and wait for `1.0.74`.
> **The recommended version for production usage is `1.0.72`**
What's Changed
* change log message from debug to error in the event of exceptions whi… by v891 in https://github.com/conductor-sdk/conductor-python/pull/204
* Added LLM tasks support by coderabhigupta in https://github.com/conductor-sdk/conductor-python/pull/201
* Added fork join to rshift by coderabhigupta in https://github.com/conductor-sdk/conductor-python/pull/200
* Add missing import for easier onboarding. by tullytim in https://github.com/conductor-sdk/conductor-python/pull/206
* Add a new http connection object to use. by amjith in https://github.com/conductor-sdk/conductor-python/pull/205
* Quick README update by coderabhigupta in https://github.com/conductor-sdk/conductor-python/pull/207
* Updated workers README by coderabhigupta in https://github.com/conductor-sdk/conductor-python/pull/210
* Merge 1.0.72 release branch to main by v1r3n in https://github.com/conductor-sdk/conductor-python/pull/218
* Update task_runner.py by v891 in https://github.com/conductor-sdk/conductor-python/pull/221
* Fix workflow input_template and variables generation by anjkl in https://github.com/conductor-sdk/conductor-python/pull/197
* Added OrkesClients for Metadata, Workflow, Task, Scheduler, Secret, Auth by coderabhigupta in https://github.com/conductor-sdk/conductor-python/pull/212
* Fix do while task list and prototype shared tasks by coderabhigupta in https://github.com/conductor-sdk/conductor-python/pull/223
New Contributors
* coderabhigupta made their first contribution in https://github.com/conductor-sdk/conductor-python/pull/201
* tullytim made their first contribution in https://github.com/conductor-sdk/conductor-python/pull/206
* amjith made their first contribution in https://github.com/conductor-sdk/conductor-python/pull/205
* anjkl made their first contribution in https://github.com/conductor-sdk/conductor-python/pull/197
**Full Changelog**: https://github.com/conductor-sdk/conductor-python/compare/1.0.72...1.0.73