Skip to content

Commit 9caaf8a

Browse files
committed
release v3.0.1
1 parent 82d6a90 commit 9caaf8a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.1] - 2025-06-09
8+
9+
### Fixed
10+
11+
- Downgrade `cryptography` version to support python 3.9.0 and later.
12+
713
## [3.0.0] - 2025-06-09
814

915
### Added
@@ -507,6 +513,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
507513

508514
- Initial release of the project, laying the foundation for future enhancements and features.
509515

516+
[3.0.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.1
510517
[3.0.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.0
511518
[2.2.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.2.1
512519
[2.2.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.2.0

keydive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .drm.cdm import Cdm
55
from .drm.keybox import KeyBox
66

7-
__version__ = '3.0.0'
7+
__version__ = '3.0.1'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "keydive"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education."
99
license = "MIT"
1010
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]
@@ -39,7 +39,7 @@ asn1crypto = ">=1.5.1"
3939
coloredlogs = ">=15.0.1"
4040
construct = "^2.10.70"
4141
crccheck = ">=1.3.0"
42-
cryptography = ">=45.0.3"
42+
cryptography = ">=43.0.3"
4343
frida = ">=17.1.3"
4444
pathvalidate = ">=3.2.1"
4545
protobuf = "^5.29.5"

0 commit comments

Comments
 (0)