nfdi4plants / ARCtrl

Library for management of Annotated Research Contexts (ARCs) using an in-memory representation and runtime-agnostic contract systems.
MIT License
17 stars 8 forks source link

[Feature Request] Relax requests dependency for python package #474

Open kMutagene opened 2 weeks ago

kMutagene commented 2 weeks ago

requests is such a widely used python package that the pinned dependency in this project leads to potential dependency conflicts.

i'd suggest relaxing it to be >= 2.28.1 && <3.0.0

kMutagene commented 2 weeks ago

cc @HLWeil

HLWeil commented 4 days ago

Isn't this already the case?

https://github.com/nfdi4plants/ARCtrl/blob/30e5a1900296bde5bed68bfa149d1d65c0a12351/src/ARCtrl/ARCtrl.Python.fsproj#L69

HLWeil commented 4 days ago

Ah I see, it's in the pyproject.toml