Skip to content

Commit

Permalink
pinning aiohttp to the non-problematic version
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Jan 8, 2022
1 parent 18e9e5c commit 3851134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e ../../../tools/azure-devtools
-e ../../../tools/azure-sdk-tools
../../nspkg/azure-search-nspkg
aiohttp>=3.0; python_version >= '3.5'
aiohttp>=3.0,<=3.7.4; python_version >= '3.5'

0 comments on commit 3851134

Please sign in to comment.