- Updated dependencies - Added python 3.11 in the CI tests
1.3.2
- Fixed `accessing/dig` to handle cases where the value is `None` - Updated dependencies - Updated `caching/cache` to accept a global ttl at init - Dropped support for Python 3.6
1.3.1
- Fixed github actions to use python version as strings instead of floats to handle python 3.10
1.3.0
- Added `EncryptedFile` to expose a mechanism to read and write encrypted contents to a file: - The contents can also be optionally serialized/deserialized - Updated main python version to 3.10