Pyzeebe

Latest version: v4.5.0

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

4.0.0rc8

What's Changed
* chore(deps): update dependency black to v24.10.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/505
* chore(deps): update dependency sphinx-rtd-theme to v3 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/503
* test: enable test for python 3.13 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/506
* chore: add ruff to pre-commit, upgrade annotations to PEP585/604/696 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/508
* chore(deps): update dependency sphinx-rtd-theme to v3.0.1 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/512
* fix: create_camunda_cloud_channel by felicijus in https://github.com/camunda-community-hub/pyzeebe/pull/514
* 4.0.0rc7 -> 4.0.0rc8 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/515


**Full Changelog**: https://github.com/camunda-community-hub/pyzeebe/compare/v4.0.0rc7...v4.0.0rc8

4.0.0rc7

What's Changed
* feat: change channel parameter hostname, port to grpc_adress by felicijus in https://github.com/camunda-community-hub/pyzeebe/pull/499
* feat: oauth2 client credentials by felicijus in https://github.com/camunda-community-hub/pyzeebe/pull/468
* bump 4.0.0rc6 -> 4.0.0rc7 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/502


**Full Changelog**: https://github.com/camunda-community-hub/pyzeebe/compare/v4.0.0rc6...v4.0.0rc7

4.0.0rc6

What's Changed
* add timeout to ActivateJobs request by EyalCMX in https://github.com/camunda-community-hub/pyzeebe/pull/325
* add test for DEADLINE_EXCEEDED by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/492
* build: single version source by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/494
* docs: add ZeebeDeadlineExceeded, add reference to GRPC/Zeebe docs by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/495
* bump 4.0.0rc5 -> 4.0.0rc6 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/496

New Contributors
* EyalCMX made their first contribution in https://github.com/camunda-community-hub/pyzeebe/pull/325

**Full Changelog**: https://github.com/camunda-community-hub/pyzeebe/compare/v4.0.0rc5...v4.0.0rc6

4.0.0rc5

What's Changed
* feat!: drop python3.8 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/484
* Pass task result to task after-callback by PunchyRascal in https://github.com/camunda-community-hub/pyzeebe/pull/481
* feat: get_channel_options from dict to tuple by felicijus in https://github.com/camunda-community-hub/pyzeebe/pull/483
* feat: cancel all executors on error by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/489
* Pass all variables to task when `TaskConfig.variables_to_fetch==[]` by PunchyRascal in https://github.com/camunda-community-hub/pyzeebe/pull/485
* chore(deps): update dependency importlib-metadata to v8.3.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/469
* chore(deps): update dependency importlib-metadata to v8.4.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/470
* chore(deps): update dependency mypy to v1.11.2 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/473
* chore(deps): update dependency pylint to v3.2.7 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/474
* chore(deps): update dependency importlib-metadata to v8.5.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/479
* chore(deps): update dependency pytest to v8.3.3 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/478
* chore(deps): update dependency pylint to v3.3.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/486
* build(deps-dev): bump pylint from 3.3.0 to 3.3.1 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/488
* chore(deps): update abatilo/actions-poetry action to v3 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/442
* chore(deps): update actions/setup-python action to v5 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/490
* bump 4.0.0rc4 -> 4.0.0rc5 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/491

New Contributors
* PunchyRascal made their first contribution in https://github.com/camunda-community-hub/pyzeebe/pull/481
* felicijus made their first contribution in https://github.com/camunda-community-hub/pyzeebe/pull/483

**Full Changelog**: https://github.com/camunda-community-hub/pyzeebe/compare/v4.0.0rc4...v4.0.0rc5

4.0.0rc4

Main Changes
* Drop support Zeebe<8
* Don't return initial job variables to Zeebe by default. If you need old behavior, you shoud use `return job.variables` in your job handler
* Make job safe (use frozen dataclass, use job controller in exception_handler, remove unsafe methods from `Job`)

What's Changed
* feat: remove deploy_process (drop support zeebe<8) by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/449
* feat!: make job safe, add JobController by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/453
* chore(deps): update dependency importlib-metadata to v8.1.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/452
* chore(deps): update dependency importlib-metadata to v8.2.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/454
* build(deps-dev): bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/456
* chore(deps): update dependency mypy to v1.11.1 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/459
* chore(deps): update dependency black to v24 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/445
* chore(deps): update dependency black to v24.8.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/462
* build(deps-dev): bump types-oauthlib from 3.2.0.20240217 to 3.2.0.20240806 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/463
* docs: fix signature in example by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/465
* Bump version: 4.0.0rc3 → 4.0.0rc4 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/466


**Full Changelog**: https://github.com/camunda-community-hub/pyzeebe/compare/v4.0.0rc3...v4.0.0rc4

4.0.0rc3

What's Changed
* feat: wrap zeebe responses, return dataclass in zeebe adapter by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/443
* Bump responses from 0.25.2 to 0.25.3 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/421
* Bump urllib3 from 2.2.1 to 2.2.2 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/422
* Bump importlib-metadata from 7.1.0 to 7.2.0 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/423
* Bump importlib-metadata from 7.2.0 to 7.2.1 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/425
* Bump aiofiles from 23.2.1 to 24.1.0 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/426
* Bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/427
* Bump types-aiofiles from 23.2.0.20240403 to 23.2.0.20240623 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/424
* Bump types-aiofiles from 23.2.0.20240623 to 24.1.0.20240626 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/430
* Bump importlib-metadata from 7.2.1 to 8.0.0 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/429
* Bump pylint from 3.2.3 to 3.2.4 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/428
* Bump pylint from 3.2.4 to 3.2.5 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/431
* Bump certifi from 2024.6.2 to 2024.7.4 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/432
* Bump mypy from 1.10.1 to 1.11.0 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/434
* Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/435
* Bump pylint from 3.2.5 to 3.2.6 by dependabot in https://github.com/camunda-community-hub/pyzeebe/pull/436
* Configure Renovate by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/378
* Update abatilo/actions-poetry action to v2.4.0 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/438
* Update actions/checkout action to v4 by renovate in https://github.com/camunda-community-hub/pyzeebe/pull/444
* Bump version: 4.0.0rc1 → 4.0.0rc3 by dimastbk in https://github.com/camunda-community-hub/pyzeebe/pull/446

New Contributors
* renovate made their first contribution in https://github.com/camunda-community-hub/pyzeebe/pull/378

**Full Changelog**: https://github.com/camunda-community-hub/pyzeebe/compare/v4.0.0rc2...v4.0.0rc3

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.