File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
- ## Upcoming Changes
1
+ ## ` 2.0.0 ` - 2025-07-25
2
2
3
- #### Fixed
3
+ #### 🚀 Major Changes
4
4
5
- - <PR-#ISSUE> ...
5
+ - ** Python Version Support** : Updated minimum Python version to 3.11+
6
+ - Dropped support for Python 3.10 and below
7
+ - Development environment uses Python 3.13
6
8
7
- #### Changed
9
+ #### 📦 Dependencies
8
10
9
- - <PR-#ISSUE> ...
11
+ - Updated core dependencies: ` web3 ` (6→7.12.1), ` websockets ` (10.0→15.0.1), ` requests ` (2.32.4)
12
+ - Updated development dependencies: ` pre-commit ` (3.7.0→4.2.0), ` pytest ` (8.4.1), ` coverage ` (7.9.2)
10
13
11
- #### Added
14
+ #### 🔧 Improvements
12
15
13
- - <PR-#ISSUE> ...
14
-
15
- ## ` 1.2.0 ` - 04/16/2024
16
-
17
- #### Changed
18
-
19
- - Support for up to python 3.11:
20
- - Bump web3 dependencies, bump some dev dependencies.
21
- - Replace deprecated eth_account methods on the account recovery.
22
- - Bump websockets to 10.0 to support python 3.10+
16
+ - Fixed pre-commit hook compatibility issues
17
+ - Improved test coverage and multi-version testing
18
+ - Enhanced documentation and development workflow
19
+ - Updated all configuration files for Python 3.11+ support
23
20
21
+ ---
24
22
25
23
## ` 1.0.0 ` - 07/05/2023
26
24
30
28
- [ Security Enhancement] : Validate ` aud ` using Magic client ID.
31
29
- Pull client ID from Magic servers if not provided in constructor.
32
30
33
-
34
31
## ` 0.3.3 ` - 05/02/2023
35
32
36
33
#### Changed
37
34
38
35
- PR- #77 : Removing NFT functionality, clients will interact with the NFT API directly via API calls.
39
36
40
-
41
37
## ` 0.3.2 ` - 03/21/2023
42
38
43
39
#### Added
You can’t perform that action at this time.
0 commit comments