Tufin / pytos

A Python SDK for Tufin Orchestration Suite
https://www.tufin.com
Apache License 2.0
55 stars 21 forks source link

Outdated requests-toolbelt requirement #50

Open mrfroggg opened 2 years ago

mrfroggg commented 2 years ago

Hi,

We are facing an issue with pytos with it dependencies requirements on our project: it needs to have a specific old version of requests-toolbelt installed (0.7.1, released in 2017) from setup.py and the latest is 0.9.1 (out on Jan 2019).

Would it be possible to put the needed version to the latest and/or deprecate the use of this stalled module (no release in 3 years)?

Thanks