Description
It seems there is a dependency pin for torchx to a specific version of urllib that was pinned ~3 years ago (https://github.com/pytorch/torchx/blob/4566149b5119af09a5d69ceb1b96fd2230f19ee0/requirements.txt#L9)
Motivation/Background
urllib3 is on version 2.x -- having this specific pin for torchx makes it difficult to co-install torchx with other packages.
Detailed Proposal
Unpin torchx, test it. Possibly modify APIs to be compatible with new urllib3 versions.
Alternatives
Additional context/links
Description
It seems there is a dependency pin for torchx to a specific version of urllib that was pinned ~3 years ago (https://github.com/pytorch/torchx/blob/4566149b5119af09a5d69ceb1b96fd2230f19ee0/requirements.txt#L9)
Motivation/Background
urllib3 is on version 2.x -- having this specific pin for torchx makes it difficult to co-install torchx with other packages.
Detailed Proposal
Unpin torchx, test it. Possibly modify APIs to be compatible with new urllib3 versions.
Alternatives
Additional context/links