Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.
The beta releases are still using requests and aiohttp instead of httpx.
Python version installed
3.14
Meraki library version installed
4.4.0b0
Have you reproduced the issue with the latest version of this library? And with the latest version of Python?
Yes
OS Platform
Linux
Describe the bug
Version 4.4.0b0 still uses requests and aiohttp as HTTP clients while 4.4.0 uses httpx, this seems wrong since the beta releases should be ahead of the main version if anything and this changed in 4.3.0.
How can we replicate the problem you're reporting?
pip install meraki==4.4.0b0 pulls in requests and aiohttp as dependencies. pip install meraki==4.4.0 does not.
Expected behavior
I expect 4.4.0b0 to only depend on httpx.
Describe how you confirmed the issue is with the library, and not with the API itself, or a server-side issue of some other kind.
The beta releases are still using requests and aiohttp instead of httpx.
Python version installed
3.14
Meraki library version installed
4.4.0b0
Have you reproduced the issue with the latest version of this library? And with the latest version of Python?
Yes
OS Platform
Linux
Describe the bug
Version 4.4.0b0 still uses requests and aiohttp as HTTP clients while 4.4.0 uses httpx, this seems wrong since the beta releases should be ahead of the main version if anything and this changed in 4.3.0.
How can we replicate the problem you're reporting?
pip install meraki==4.4.0b0pulls in requests and aiohttp as dependencies.pip install meraki==4.4.0does not.Expected behavior
I expect 4.4.0b0 to only depend on httpx.