- Notifications
You must be signed in to change notification settings - Fork166
Open
Description
Description
I recently updated meraki to version 2.0.3 and encountered a dependency conflict with setuptools. The error message I received is:
The user requested setuptools==80.7.1meraki 2.0.3 depends on setuptools<79.0.0 and >=78.1.1It seems that meraki does not support setuptools==80.7.1, which causes issues when using the latest version of setuptools.
Python version installed
Python 3.11.4
Meraki library version installed
meraki 2.0.3
Expected behavior
Meraki should ideally support the latest version of setuptools or provide a clear workaround.
Suggested Solution
Update meraki dependencies to allow setuptools==80.7.1 if compatible..
Since a similar issue happened earlier with Pytest, I'd like to ask for clarification or help with handling dependencies.
Metadata
Metadata
Assignees
Labels
No labels