Bssclient

Latest version: v0.1.3

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

Scan your dependencies

Page 1 of 3

0.1.3

What's Changed
* build(deps-dev): bump pytest-asyncio from 0.23.5.post1 to 0.23.6 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/30
* build(deps-dev): bump build from 1.1.1 to 1.2.1 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/31
* build(deps): bump httpcore from 1.0.4 to 1.0.5 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/32
* build(deps-dev): bump black from 24.3.0 to 24.4.0 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/36
* build(deps): bump certifi from 2024.2.2 to 2024.7.4 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/46
* build(deps): bump certifi from 2024.2.2 to 2024.7.4 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/47
* build(deps): bump idna from 3.6 to 3.7 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/37
* build(deps-dev): bump pylint from 3.1.0 to 3.2.6 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/51
* build(deps-dev): bump twine from 5.0.0 to 5.1.1 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/53
* Move optional dependencies from `dev_requirements` to `pyproject.toml` by FreddyFox892 in https://github.com/Hochfrequenz/bssclient.py/pull/59

New Contributors
* FreddyFox892 made their first contribution in https://github.com/Hochfrequenz/bssclient.py/pull/59

**Full Changelog**: https://github.com/Hochfrequenz/bssclient.py/compare/v0.1.2...v0.1.3

0.1.3rc1

What's Changed
* build(deps-dev): bump pytest-asyncio from 0.23.5.post1 to 0.23.6 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/30
* build(deps-dev): bump build from 1.1.1 to 1.2.1 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/31
* build(deps): bump httpcore from 1.0.4 to 1.0.5 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/32
* build(deps-dev): bump black from 24.3.0 to 24.4.0 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/36
* build(deps): bump certifi from 2024.2.2 to 2024.7.4 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/46
* build(deps): bump certifi from 2024.2.2 to 2024.7.4 in /dev_requirements by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/47
* build(deps): bump idna from 3.6 to 3.7 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/37
* build(deps-dev): bump pylint from 3.1.0 to 3.2.6 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/51
* build(deps-dev): bump twine from 5.0.0 to 5.1.1 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/53


**Full Changelog**: https://github.com/Hochfrequenz/bssclient.py/compare/v0.1.2...v0.1.3-rc1

0.1.2

What's Changed
* feat: check that token is valid upon instantiation of config object by hf-kklein in https://github.com/Hochfrequenz/bssclient.py/pull/28


**Full Changelog**: https://github.com/Hochfrequenz/bssclient.py/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* fix: remove wrong audience (copy paste error) by hf-kklein in https://github.com/Hochfrequenz/bssclient.py/pull/26
* feat: add possibility to use an existing bearer token (w/o client+secret) by hf-kklein in https://github.com/Hochfrequenz/bssclient.py/pull/27


**Full Changelog**: https://github.com/Hochfrequenz/bssclient.py/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
⚠ This release will definitly break stuff. The former `BssClient` has been renamed to `BasicAuthBssClient` and its config has been renamed from `BssConfig` to `BasicAuthBssConfig`. What you get in return is the possibility to use OAuth, too with the new `OAuthBssClient` and its `OAuthBssConfig`.

* 🩹Upgrade `requirements-packaging.txt` - resolve `InvalidDistribution` issue by lord-haffi in https://github.com/Hochfrequenz/bssclient.py/pull/23
* feat: Add OAuth as Option besides Basic Auth by hf-kklein in https://github.com/Hochfrequenz/bssclient.py/pull/24

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

**Full Changelog**: https://github.com/Hochfrequenz/bssclient.py/compare/v0.0.10...v0.1.0

0.0.10

What's Changed
* build(deps-dev): bump pytest from 8.0.2 to 8.1.0 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/13
* build(deps-dev): bump build from 1.0.3 to 1.1.1 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/14
* build(deps-dev): bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/15
* build(deps-dev): bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/17
* build(deps-dev): bump pytest-asyncio from 0.23.5 to 0.23.5.post1 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/16
* chore: ⬆ upgrade packaging requirements by hf-kklein in https://github.com/Hochfrequenz/bssclient.py/pull/20
* build(deps): bump pydantic from 2.6.2 to 2.6.4 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/18
* build(deps-dev): bump coverage from 7.4.3 to 7.4.4 by dependabot in https://github.com/Hochfrequenz/bssclient.py/pull/19
* feat: find Ermittlungsauftraege by malo-id by hf-kklein in https://github.com/Hochfrequenz/bssclient.py/pull/21

New Contributors
* dependabot made their first contribution in https://github.com/Hochfrequenz/bssclient.py/pull/13

**Full Changelog**: https://github.com/Hochfrequenz/bssclient.py/compare/v0.0.9...v0.0.10

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.