**Starknet.py v0.16.0-alpha** is out! ⭐
- Added support for *Python 3.8, 3.9, 3.10* and *3.11*
- Removed `cairo-lang` package as a dependency
- Optimized dependencies to include only necessary packages
Check out the [migration guide](https://starknetpy.readthedocs.io/en/latest/migration_guide.html#id1) for more in depth information 🚀
What's Changed
* Use poseidon-py by drknzz in https://github.com/software-mansion/starknet.py/pull/936
* Get rid of `parse_type` from cairo-lang by war-in in https://github.com/software-mansion/starknet.py/pull/937
* Remove deprecated is_felt_pointer and DataTransformer by war-in in https://github.com/software-mansion/starknet.py/pull/955
* Remove deprecated `Compiler` module by war-in in https://github.com/software-mansion/starknet.py/pull/957
* Add `get_events` in FullNodeClient by tomek0123456789 in https://github.com/software-mansion/starknet.py/pull/899
* fix Deployer to support the value 0 in salt by yoga-braavos in https://github.com/software-mansion/starknet.py/pull/968
* Replace sign, verify, private_to_stark_key by drknzz in https://github.com/software-mansion/starknet.py/pull/950
* Remove requirements.txt by war-in in https://github.com/software-mansion/starknet.py/pull/970
* Make cairo-lang dev dependency by drknzz in https://github.com/software-mansion/starknet.py/pull/977
* Support Python ^3.8 by drknzz in https://github.com/software-mansion/starknet.py/pull/995
* Add `FullNodeClient` to tests where `GatewayClient` is tested by tomek0123456789 in https://github.com/software-mansion/starknet.py/pull/979
New Contributors
* yoga-braavos made their first contribution in https://github.com/software-mansion/starknet.py/pull/968
**Full Changelog**: https://github.com/software-mansion/starknet.py/compare/v0.15.2...v0.16.0-alpha