pyzeebe
pyzeebe copied to clipboard
Python client for Zeebe workflow engine
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Hello all, we are searching for another maintainer or two for Pyzeebe! Please note our [maintainer and reviewer expectations.](https://github.com/camunda-community-hub/community/blob/main/maintainer-reviewer-expectations.md) Please reply if you are interested :)
Description of PR... ## Changes - set minimum python version for mypy - remove matrix for lint jobs (partial revert #344) - add python 3.12 to tests
Sync with zeebe-grpc to 8.4.0 ## Changes - Bump zeebe-grpc to 8.4.0 (and protobuf to 4.21+) - Add multi-tenancy support (Zeebe 8.3+) - Add `DeployResource` call (Zeebe 8.0+) - Mark...
add timeout to ActivateJobs request handle ZeebeDeadlineExceeded exception ## Changes - timeout to ActivateJobs request - handle ZeebeDeadlineExceeded exception ## API Updates ### New Features *(required)* None ### Deprecations *(required)*...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [black](https://github.com/psf/black) from 23.7.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Hey, I saw `multiTenancy` option in Zeebe and I don't see this option here, How can I use tenants with pyzeebe? Zeebe docs - [multi tenancy](https://docs.camunda.io/docs/self-managed/zeebe-deployment/configuration/gateway-config/#zeebegatewaymultitenancy) This is how `node-zeebe`...