Transformerbeeclient

Latest version: v0.2.0

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

Scan your dependencies

Page 1 of 2

0.2.0

What's Changed
* build(deps): bump maus from 0.4.2 to 0.6.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/85
* build(deps): bump certifi from 2024.2.2 to 2024.8.30 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/81
* build(deps-dev): bump coverage from 7.4.4 to 7.6.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/75
* build(deps): bump packaging from 23.2 to 24.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/71
* build(deps): bump coverage from 7.6.1 to 7.6.12 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/108
* build(deps): bump yarl from 1.9.4 to 1.18.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/102
* build(deps): bump marshmallow from 3.20.2 to 3.23.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/96
* build(deps): bump coverage from 7.6.12 to 7.7.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/111
* build(deps): bump idna from 3.7 to 3.10 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/109
* build(deps): bump packaging from 24.1 to 24.2 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/110
* build(deps): bump more-itertools from 10.3.0 to 10.6.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/112
* build(deps): bump httpcore from 1.0.5 to 1.0.7 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/113
* build(deps): bump aioauth-client from 0.28.1 to 0.29.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/114
* build(deps): bump certifi from 2024.8.30 to 2025.1.31 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/115
* build(deps): bump frozenlist from 1.4.1 to 1.5.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/116
* build(deps): bump attrs from 23.2.0 to 25.3.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/117
* build(deps): bump types-pytz from 2024.1.0.20240203 to 2025.1.0.20250318 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/120
* build(deps): bump httpx from 0.27.0 to 0.28.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/118
* build(deps): bump mypy[pydantic] from 1.8.0 to 1.15.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/119
* build(deps): bump anyio from 4.3.0 to 4.9.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/122
* build(deps): bump pytest from 8.3.1 to 8.3.5 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/121
* build(deps): bump pylint from 3.2.6 to 3.3.4 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/124
* build(deps): bump isort from 5.13.2 to 6.0.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/123
* build(deps): bump annotated-types from 0.6.0 to 0.7.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/125
* build(deps): bump multidict from 6.0.5 to 6.2.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/127
* build(deps): bump black from 24.8.0 to 25.1.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/128
* build(deps): bump aiohttp[speedups] from 3.9.5 to 3.11.14 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/126
* build(deps): bump codespell from 2.3.0 to 2.4.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/131
* build(deps): bump pyjwt from 2.8.0 to 2.10.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/130
* build(deps): bump aiosignal from 1.3.1 to 1.3.2 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/129
* build(deps): bump pytest-asyncio from 0.23.6 to 0.25.3 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/132
* chore: remove pip-compile step from tox.ini/dev commands by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/135
* build(deps): bump pydantic and pydantic-core by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/134
* chore: Run CI in Python 3.13 / Officially support 3.13 by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/133
* chore: Drop `maus` dependency; Use `efoli` instead by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/136


**Full Changelog**: https://github.com/Hochfrequenz/TransformerBeeClient.py/compare/v0.1.1...v0.2.0

0.1.4

What's Changed
* fix ci: start docker container (in ubuntu-latest) for tests in release workflow by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/21
* doc: add link got JoschaMetze Github Profile by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/22
* doc: fix outdated class name by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/23
* doc: fix outdated class name (2) by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/24
* build(deps): bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.8.0 in /TransformerBeeClient by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/28
* build(deps): bump xunit.runner.visualstudio from 2.4.5 to 2.5.6 in /TransformerBeeClient by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/25
* build(deps): bump System.IdentityModel.Tokens.Jwt from 7.3.0 to 7.3.1 in /TransformerBeeClient by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/26
* build(deps): bump xunit from 2.4.2 to 2.6.6 in /TransformerBeeClient by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/27


**Full Changelog**: https://github.com/Hochfrequenz/TransformerBeeClient.NET/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* Update Repository URL by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/19
* doc: Fix typo in README by hf-fvesely in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/20

New Contributors
* hf-fvesely made their first contribution in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/20

**Full Changelog**: https://github.com/Hochfrequenz/TransformerBeeClient.NET/compare/v0.1.1...v0.1.3

0.1.2

What's Changed
* Update Repository URL by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/19
* doc: Fix typo in README by hf-fvesely in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/20

New Contributors
* hf-fvesely made their first contribution in https://github.com/Hochfrequenz/TransformerBeeClient.NET/pull/20

**Full Changelog**: https://github.com/Hochfrequenz/TransformerBeeClient.NET/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* build(deps): bump EDILibrary.Core from 1.5.9 to 1.6.0 in /TransformerBeeClient by dependabot in https://github.com/Hochfrequenz/transformer.bee_client.net/pull/13
* build(deps): bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.8.0 in /TransformerBeeClient by dependabot in https://github.com/Hochfrequenz/transformer.bee_client.net/pull/14
* ➖ remove unused (test) dependencies by hf-kklein in https://github.com/Hochfrequenz/transformer.bee_client.net/pull/18

New Contributors
* dependabot made their first contribution in https://github.com/Hochfrequenz/transformer.bee_client.net/pull/13

**Full Changelog**: https://github.com/Hochfrequenz/transformer.bee_client.net/compare/v0.1.0...v0.1.1

0.1.1rc1

What's Changed
* ⬆ Bump pydantic-core and pydantic by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/14
* build(deps-dev): bump pytest-asyncio from 0.23.4 to 0.23.5 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/15
* build(deps-dev): bump twine from 4.0.2 to 5.0.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/16
* build(deps): bump the pip group across 1 directories with 1 update by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/17
* build(deps): bump httpcore from 1.0.2 to 1.0.3 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/18
* build(deps-dev): bump pytest from 7.4.4 to 8.0.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/20
* build(deps-dev): bump black from 24.1.1 to 24.2.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/19
* build(deps): bump pydantic from 2.6.1 to 2.6.2 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/26
* build(deps): bump pydantic-core from 2.16.2 to 2.16.3 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/25
* build(deps): bump anyio from 4.2.0 to 4.3.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/24
* build(deps-dev): bump pylint from 3.0.3 to 3.1.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/22
* 🩹Upgrade `requirements-packaging.txt` - resolve `InvalidDistribution` issue by lord-haffi in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/34
* build(deps): bump sniffio from 1.3.0 to 1.3.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/30
* build(deps): bump httpcore from 1.0.3 to 1.0.4 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/29
* 🩹Fix CI setup - replace `docker-compose` with `docker compose` by lord-haffi in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/38
* build(deps-dev): bump pytest-asyncio from 0.23.5 to 0.23.6 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/36
* build(deps): bump httpx from 0.26.0 to 0.27.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/28
* ⬆ Upgrade Pydantic by hf-kklein in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/40
* build(deps): bump black from 24.2.0 to 24.3.0 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/35
* build(deps): bump typing-extensions from 4.9.0 to 4.10.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/23
* build(deps-dev): bump coverage from 7.4.1 to 7.4.4 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/41
* build(deps): bump httpcore from 1.0.4 to 1.0.5 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/42
* build(deps-dev): bump pytest from 8.0.1 to 8.1.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/44
* build(deps): bump idna from 3.6 to 3.7 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/45
* 👷‍♂️Dependabot autoapprove: Retrigger CI and wait for tests by lord-haffi in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/55
* build(deps): bump requests from 2.31.0 to 2.32.2 in /dev_requirements in the pip group across 1 directory by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/56
* build(deps-dev): bump build from 1.1.1 to 1.2.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/50
* build(deps): bump urllib3 from 2.2.1 to 2.2.2 in /dev_requirements in the pip group across 1 directory by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/62
* build(deps): bump typing-extensions from 4.10.0 to 4.12.2 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/59
* build(deps): bump certifi from 2024.2.2 to 2024.7.4 in /dev_requirements in the pip group across 1 directory by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/64
* build(deps): bump more-itertools from 10.2.0 to 10.3.0 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/65
* build(deps-dev): bump twine from 5.0.0 to 5.1.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/66
* build(deps): bump zipp from 3.18.1 to 3.19.1 in /dev_requirements in the pip group across 1 directory by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/67
* build(deps): bump aiohttp[speedups] from 3.9.3 to 3.9.5 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/49
* build(deps-dev): bump pylint from 3.1.0 to 3.2.6 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/68
* build(deps-dev): bump pytest from 8.1.1 to 8.3.1 by dependabot in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/69

New Contributors
* lord-haffi made their first contribution in https://github.com/Hochfrequenz/TransformerBeeClient.py/pull/34

**Full Changelog**: https://github.com/Hochfrequenz/TransformerBeeClient.py/compare/v0.1.0...v0.1.1-rc1

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.