Cwt

Latest version: v2.8.0

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

Scan your dependencies

Page 2 of 9

2.7.0

-------------

Released 2023-10-20

- Fix to_cis to convert protected from Dict[str, Any] to Dict[int, Any]. `452 <https://github.com/dajiaji/python-cwt/pull/452>`__
- Add detached_payload parameter to sign/verify funcs. `451 <https://github.com/dajiaji/python-cwt/pull/451>`__
- Fix detach&attach not to create new COSEMessage instance. `447 <https://github.com/dajiaji/python-cwt/pull/447>`__
- Remove Self from COSEMessage. `446 <https://github.com/dajiaji/python-cwt/pull/446>`__
- Update test for COSE-HPKE. `445 <https://github.com/dajiaji/python-cwt/pull/445>`__
- Add detached content converter. `444 <https://github.com/dajiaji/python-cwt/pull/444>`__
- Add ECDH-ES+AES-KW test. `443 <https://github.com/dajiaji/python-cwt/pull/443>`__
- Parametrize test for AES-KW/HPKE and CTR/CBC. `442 <https://github.com/dajiaji/python-cwt/pull/442>`__
- Add AES-CTR and AES-CBC support. `441 <https://github.com/dajiaji/python-cwt/pull/441>`__
- Allow AES-KW algorithm in context. `439 <https://github.com/dajiaji/python-cwt/pull/439>`__
- Update dev dependencies.
- Bump urllib3 to 2.0.6. `450 <https://github.com/dajiaji/python-cwt/pull/450>`__
- Bump pre-commit/mirrors-mypy to 1.5.1. `449 <https://github.com/dajiaji/python-cwt/pull/449>`__
- Bump pre-commit to 3.5.0. `448 <https://github.com/dajiaji/python-cwt/pull/448>`__
- Bump pre-commit/black to 23.9.1. `438 <https://github.com/dajiaji/python-cwt/pull/438>`__
- Bump pre-commit/pre-commit-hooks to 4.5.0. `438 <https://github.com/dajiaji/python-cwt/pull/438>`__

2.6.0

-------------

Released 2023-10-09

- Add enum COSEKeyTypes. `437 <https://github.com/dajiaji/python-cwt/pull/437>`__
- Add enum COSEKeyCrvs. `437 <https://github.com/dajiaji/python-cwt/pull/437>`__
- Add enum COSEKeyOps. `437 <https://github.com/dajiaji/python-cwt/pull/437>`__
- Follow draft-cose-hpke-06. `437 <https://github.com/dajiaji/python-cwt/pull/437>`__
- Fix typo of private attribute. `435 <https://github.com/dajiaji/python-cwt/pull/435>`__
- Update dev dependencies.
- Bump urllib3 to 2.0.6. `436 <https://github.com/dajiaji/python-cwt/pull/436>`__
- Bump pre-commit/mirrors-mypy to 1.5.1. `434 <https://github.com/dajiaji/python-cwt/pull/434>`__

2.5.1

-------------

Released 2023-09-23

- Update dependencies.
- Bump cryptography to 41.0.4. `433 <https://github.com/dajiaji/python-cwt/pull/433>`__
- Update dev dependencies.
- Bump pre-commit/blacken-docs to 1.15.0. `434 <https://github.com/dajiaji/python-cwt/pull/434>`__
- Bump pre-commit/flake8 to 6.1.0. `434 <https://github.com/dajiaji/python-cwt/pull/434>`__
- Bump pre-commit/mirrors-mypy to 1.5.1. `434 <https://github.com/dajiaji/python-cwt/pull/434>`__
- Bump tox to 4.11.3. `432 <https://github.com/dajiaji/python-cwt/pull/432>`__

2.5.0

-------------

Released 2023-09-09

- Update IETF I-D references in README. `412 <https://github.com/dajiaji/python-cwt/pull/412>`__
- Add enum COSEKeyParams. `411 <https://github.com/dajiaji/python-cwt/pull/411>`__
- Add enum COSEAlgs. `409 <https://github.com/dajiaji/python-cwt/pull/409>`__
- Update dependencies.
- Bump cryptography to 41.0.3. `416 <https://github.com/dajiaji/python-cwt/pull/416>`__
- Update dev dependencies.
- Bump pytest to 7.4.2. `430 <https://github.com/dajiaji/python-cwt/pull/430>`__
- Bump tox to 4.11.2. `429 <https://github.com/dajiaji/python-cwt/pull/429>`__
- Bump pre-commit to 3.4.0. `427 <https://github.com/dajiaji/python-cwt/pull/427>`__
- Bump sphinx-autodoc-typehints to 1.24.0. `424 <https://github.com/dajiaji/python-cwt/pull/424>`__
- Bump sphinx to 7.1.2. `423 <https://github.com/dajiaji/python-cwt/pull/423>`__
- Bump certifi to 2023.7.22. `422 <https://github.com/dajiaji/python-cwt/pull/422>`__
- Bump sphinx-rtd-theme to 1.3.0. `420 <https://github.com/dajiaji/python-cwt/pull/420>`__
- Bump pre-commit/blacken-docs to 1.15.0. `413 <https://github.com/dajiaji/python-cwt/pull/413>`__
- Bump pre-commit/black to 23.7.0. `413 <https://github.com/dajiaji/python-cwt/pull/413>`__

2.4.0

-------------

Released 2023-07-08

- Fix and update examples in README. `405 <https://github.com/dajiaji/python-cwt/pull/405>`__
- Add enum CWTClaims. `404 <https://github.com/dajiaji/python-cwt/pull/404>`__
- Rename COSEType to COSETypes. `403 <https://github.com/dajiaji/python-cwt/pull/403>`__
- Add enum COSEHeaders. `401 <https://github.com/dajiaji/python-cwt/pull/401>`__
- Add experimental support for CWT claims in COSE headers. `400 <https://github.com/dajiaji/python-cwt/pull/400>`__
- Update dev dependencies.
- Bump tox to 4.6.4. `398 <https://github.com/dajiaji/python-cwt/pull/398>`__

2.3.2

-------------

Released 2023-07-03

- Update the base python version on CI/CD. `396 <https://github.com/dajiaji/python-cwt/pull/396>`__
- Drop support for Python 3.7. `391 <https://github.com/dajiaji/python-cwt/pull/391>`__
- Update dependencies.
- Bump cryptography to 41.0.0. `395 <https://github.com/dajiaji/python-cwt/pull/395>`__
- Update dev dependencies.
- Bump sphinx to 7.0.1. `394 <https://github.com/dajiaji/python-cwt/pull/394>`__
- Bump pre-commit to 3.3.3. `393 <https://github.com/dajiaji/python-cwt/pull/393>`__
- Bump pre-commit/mirrors-mypy to 1.4.1. `389 <https://github.com/dajiaji/python-cwt/pull/389>`__
- Bump pytest to 7.4.0. `388 <https://github.com/dajiaji/python-cwt/pull/388>`__
- Bump tox to 4.6.3. `387 <https://github.com/dajiaji/python-cwt/pull/387>`__
- Bump pre-commit/blacken-docs to 1.14.0. `386 <https://github.com/dajiaji/python-cwt/pull/386>`__
- Bump sphinx-rtd-theme to 1.2.2. `384 <https://github.com/dajiaji/python-cwt/pull/384>`__
- Bump pytest-cov to 4.1.0. `381 <https://github.com/dajiaji/python-cwt/pull/381>`__
- Bump pre-commit/black to 23.3.0. `370 <https://github.com/dajiaji/python-cwt/pull/370>`__

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.