mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-31 21:59:49 -06:00
* chore: expose full client to context * chore: update protos * feat: add parent options to trigger * feat: example fanout worker * fix: typehint * feat: add spawn workflow to context * wip: polling and streaming * fix: correct request * chore: rm logging * feat: working polling * feat: functional polling * chore: separate connection * feat: functional streaming and listening * fix: get result payload * fix: increased initial poll interval * release (py): 0.19.0 --------- Co-authored-by: gabriel ruttner <gabe@hatchet.run>
24 lines
497 B
TOML
24 lines
497 B
TOML
[tool.poetry]
|
|
name = "hatchet-sdk"
|
|
version = "0.19.0"
|
|
description = ""
|
|
authors = ["Alexander Belanger <alexander@hatchet.run>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
grpcio = "^1.60.0"
|
|
python-dotenv = "^1.0.0"
|
|
protobuf = "^4.25.2"
|
|
pyyaml = "^6.0.1"
|
|
grpcio-tools = "^1.60.0"
|
|
loguru = "^0.7.2"
|
|
pydantic = "^2.6.3"
|
|
python-dateutil = "^2.9.0.post0"
|
|
urllib3 = "^2.2.1"
|
|
aiostream = "^0.5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|