websocket-client - conflicting version dependencies
Describe the bug The azure-cli and jupyter_server have conflicting version dependencies on the websocket-client. Azure-cli (2.70.0) expects ~=1.3.1 and jupyter_server (2.15.0) expects >= 1.7.
To Reproduce This was discovered during a clean clone and setup of the project in VSC. Later, I used a clean dev container but with the same results. Using "pip check" will show the dependency failure based on the websocket-client version installed.
Expected behavior It's not clear how to resolve this conflict.
Desktop (please complete the following information):
- OS: Windows 11
- Visual Studio Code: v 1.98.2
Additional context Add any other context about the problem here.
👋 Thanks for contributing @pjjohnson! We will review the issue and get back to you soon.
Closing this for now as I have not seen it reported again.