lanl / BEE

Other
14 stars 3 forks source link

Force requests version to < 2.29.0 to fix breaking change with urllib #684

Closed jtronge closed 1 year ago

jtronge commented 1 year ago

This should hopefully fix a problem with an update to urllib3/requests.

I think we need to look more into how our pyproject.toml lists dependencies. This seems to happen a lot when one of our dependencies does an update and it breaks our code.