Compatibility 1. Fix compatibility with psycpg3 by LorenzoProd
3.7.2
Requirements 1. MInimized requirements, so psycopg2 or psycopg2-binary can be used (removed it from requirements at all)
CI
3.7.1
Bug fixes 1. Fixed issue 92 in pdnf_clause, if initial data was empty.
Compatibility 1. Fixed django 4.0+ compatibility
3.7.0
Enhancements 1. Set functions now can have different value types `supported_field_classes`: * Field classes (any child classes are accepted too) * Field class python import paths (any child classes are accepted too) * Filed class names (behavior before this version, now inheritance here)