client-python icon indicating copy to clipboard operation
client-python copied to clipboard

Requests requirements too strict

Open flavienSindou opened this issue 9 months ago • 1 comments

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.

flavienSindou avatar Mar 06 '25 14:03 flavienSindou

Reopen due to https://github.com/OpenCTI-Platform/client-python/commit/8caff99993f55ef2b2aa849173313616b9d2390f`

flavienSindou avatar Aug 13 '25 08:08 flavienSindou