Files
hatchet/sdks/python/examples/dict_input
matt 786d83b3ea [Python]: Feat: DI Improvements, Configurable Retry Logic, Improved Error Handling (#2629)
* fix: pull tenacity inside of methods

* feat: configurable tenacity

* fix: loop instantiation

* feat: first pass at context manager dependencies

* feat: extend di tests

* chore: lint

* fix: type

* fix: change the type signature

* feat: dependency chaining

* feat: implement nice errors for sync listener

* chore: lint

* chore: version, changelog

* fix: don't catch errors

* fix: tenacity for api retries

* feat: first pass at typeadapter validation

* refactor: clean up a bit

* fix: backwards compat

* fix: empty dict breaking change

* fix: types

* feat: test for dict inputs

* feat: integer concurrency

* chore: changelog

* fix: copilot

* fix: chained context manager bug

* chore: lint

* refactor: factor out dependency evaluation
2025-12-26 09:31:19 -07:00
..