FYI our dependency on `urllib3` conflicts with oth...
# development
b
FYI our dependency on
urllib3
conflicts with other possible plugin-required dependencies (on
main
):
Copy code
The conflict is caused by:
     botocore-a-la-carte 1.31.69 depends on urllib3<1.27 and >=1.25.4; python_version < "3.10"
     The user requested (constraint) urllib3==2.0.6
Yet another reason I think we ought to depend on nothing less
I think this only happens when using
PANTS_SOURCE
though. since I see similar files for 2.17.x and
main
(meaning it ought to die on 2.17.x)