Major Update
- Dropped support for python 3.10, added support for python 3.13
- Changed dictionary key datatype discovery for NestedDictionary class to default to 'string' keys when the class is initialized using an empty seed dictionary. Previously, the class would initialize with an empty key set, preventing the use of string variable paths until at least one string path key is added manually.
What's Changed
* 2.0.0 by Inkaros in https://github.com/Sun-Lab-NBB/ataraxis-data-structures/pull/6
**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-data-structures/compare/1.1.4...2.0.0