python-server-sdk icon indicating copy to clipboard operation
python-server-sdk copied to clipboard

Dependency constraint failure when trying to update to latest version of requests

Open federicobond opened this issue 3 months ago • 0 comments

Hi, when trying to update to the latest version of the requests library, I'm getting an error because the DevCycle SDK is a bit too restrictive in its dependencies declaration. Would it be possible to relax the constraint to requests>=2.31.0,<3.0.dev0? requests is pretty stable across minor versions.

  × No solution found when resolving dependencies:
  ╰─▶ Because devcycle-python-server-sdk==3.5.0 depends on
      requests>=2.31.0,<2.32.dev0 and you require requests==2.32.1,
      we can conclude that you require==0a0.dev0 and
      devcycle-python-server-sdk==3.5.0 are incompatible.
      And because you require devcycle-python-server-sdk==3.5.0, we can
      conclude that the requirements are unsatisfiable.

federicobond avatar May 21 '24 02:05 federicobond