client-python
client-python copied to clipboard
Requests requirements too strict
Problem to Solve
The strict Requests version requirements prevent the development of connectors or scripts that depend on other packages.
Current Workaround
Ignore dependency manager errors.
Proposed Solution
After verifying compatible versions with different python versions (based on successful installation and passing tests and CVE checks), relax the Requests version constraints in requirements.txt, setup.cfg, and pyproject.toml.
Reopen due to https://github.com/OpenCTI-Platform/client-python/commit/8caff99993f55ef2b2aa849173313616b9d2390f`