mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 21:29:44 -06:00
* first pass at moving controllers around * feat: concurrency limits for strategy CANCEL_IN_PROGRESS * fix: linting * chore: bump python sdk version
21 lines
404 B
TOML
21 lines
404 B
TOML
[tool.poetry]
|
|
name = "hatchet-sdk"
|
|
version = "0.7.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"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|