Cwt

Latest version: v3.0.0

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

Scan your dependencies

Page 2 of 10

2.7.1

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

Released 2023-11-09

- Fix recipient encoding with empty protected header. `467 <https://github.com/dajiaji/python-cwt/pull/467>`__
- Fix nonce modification test. `466 <https://github.com/dajiaji/python-cwt/pull/466>`__
- Accept zero length map protected header. `465 <https://github.com/dajiaji/python-cwt/pull/465>`__
- Generate zero-length protected header for non-AEAD. `463 <https://github.com/dajiaji/python-cwt/pull/463>`__
- Update dependencies.
- Bump cbor2 to 5.5.1. `461 <https://github.com/dajiaji/python-cwt/pull/461>`__
- Bump pyhpke to 0.5.1. `459 <https://github.com/dajiaji/python-cwt/pull/459>`__
- Bump cryptography to 41.0.5. `457 <https://github.com/dajiaji/python-cwt/pull/457>`__
- Update dev dependencies.
- Bump sphinx-autodoc-typehints to 1.24.1. `460 <https://github.com/dajiaji/python-cwt/pull/460>`__
- Bump pytest to 7.4.3. `456 <https://github.com/dajiaji/python-cwt/pull/456>`__
- Bump pre-commit/mirrors-mypy to 1.5.1. `449 <https://github.com/dajiaji/python-cwt/pull/449>`__
- Bump pre-commit/black to 23.10.1. `455 <https://github.com/dajiaji/python-cwt/pull/455>`__
- Bump pre-commit/mirrors-mypy to 1.6.1. `455 <https://github.com/dajiaji/python-cwt/pull/455>`__

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>`__

Page 2 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.