Version 1.8.0
1.8.0 - 2025-03-19
Deprecated
- Timestamp: Direct access to
obj
andadd_delta
have been deprecated and will be removed in a future version. (#255)
Added
- Added support for Enum in GraphQL query and mutation. (#18)
Fixed
- Refactored Timestamp to use
whenever
instead ofpendulum
and extend Timestamp withadd()
,subtract()
, andto_datetime()
. (#255) - Fixed support for Python 3.13 as it's no longer required to have Rust installed on the system.