- Update `TypedData` in line with [SNIP-12](https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-12.md)
- Add `KeyPair.from_keystore` method
What's Changed
* Change default cairo version to 1 by tserg in https://github.com/software-mansion/starknet.py/pull/1352
* Accept `typed_data` param as `TypedData` dataclass by franciszekjob in https://github.com/software-mansion/starknet.py/pull/1362
* feat: from_keystore method by EvolveArt in https://github.com/software-mansion/starknet.py/pull/1371
* Update `TypedData` in line with [SNIP-12](https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-12.md) by franciszekjob in #1360, 1363, 1369, 1370, 1380, 1383, 1382, 1377
New Contributors
* tserg made their first contribution in https://github.com/software-mansion/starknet.py/pull/1352
* EvolveArt made their first contribution in https://github.com/software-mansion/starknet.py/pull/1371
**Full Changelog**: https://github.com/software-mansion/starknet.py/compare/v0.22.0...v0.23.0