[BUG] aiohttp is a required peer dependency, which is undocumented #38869
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Document Intelligence
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name and version
azure-ai-documentintelligence>=1.0.0b4
Describe the bug
Running the python client without aiohttp installed as a peer dependency causes a runtime import error.
Expected behavior
aiohttp is installed as a required dependency by the library, which doesn't cause a runtime error
Actual behavior
runtime error
Reproduction Steps
install the library in a new venv without installing aiohttp explicitly. use the library to call the api.
enjoy
Environment
MacOS
The text was updated successfully, but these errors were encountered: