unity-sds/unity-py

Updated Unity.py dependencies to require Python 3.9

Closed this issue · 2 comments

Updated Unity.py dependencies to require Python 3.9

The pyproject.toml currently indicates a Python version requirement of 3.7.

This should be modified to 3.9 because of this issue with poetry on FIPS (Federal Information Processing Standards) systems. On a FIPS system without version 3.9 poetry will fail due to an issue with md5 being marked as insecure by FIPS systems.