You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the trio, trio-websocket and urllib3 dependencies are pinned to an exact version, which can cause dependency resolution conflicts with other packages (and it also means that these packages couldn't be updated independently even in case of security vulnerabilities). It would be great if the versions could be relaxed.
🐛 Bug Report
It seems that the
trio
,trio-websocket
andurllib3
dependencies are pinned to an exact version, which can cause dependency resolution conflicts with other packages (and it also means that these packages couldn't be updated independently even in case of security vulnerabilities). It would be great if the versions could be relaxed.To Reproduce
Detailed steps to reproduce the behavior:
Expected behavior
I would expect that the dependency minor and patch versions can be updated without a dependency conflict.
The text was updated successfully, but these errors were encountered: