Skip to content

Commit

Permalink
Update checkpointstore setup.py for storage blob b5 (#8157)
Browse files Browse the repository at this point in the history
  • Loading branch information
YijunXieMS authored and fengzhou-msft committed Nov 5, 2019
1 parent 9fb3db4 commit 78feb52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
packages=find_packages(exclude=exclude_packages),
python_requires=">=3.5.3",
install_requires=[
'azure-storage-blob<=12.0.0b4,>=12.0.0b2',
'azure-storage-blob<=12.1,>=12.0.0b2',
'azure-eventhub<6.0.0,>=5.0.0b3',
'aiohttp<4.0,>=3.0',
],
Expand Down
4 changes: 2 additions & 2 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ opencensus>=0.6.0
opencensus-ext-threading
opencensus-ext-azure>=0.3.1
#override azure-cognitiveservices-inkrecognizer azure-core<2.0.0,>=1.0.0b2
#override azure-eventhub-checkpointstoreblob-aio azure-storage-blob<=12.0.0b4,>=12.0.0b2
#override azure-eventhub-checkpointstoreblob-aio azure-storage-blob<=12.1,>=12.0.0b2
#override azure-eventhub-checkpointstoreblob-aio aiohttp<4.0,>=3.0
#override azure-eventhub uamqp<2.0,>=1.2.3
#override azure-appconfiguration msrest>=0.6.10
#override azure-cosmos azure-core<2.0.0,>=1.0.0b4
#override azure-core-tracing-opencensus azure-core<2.0.0,>=1.0.0b4
#override azure-core-tracing-opencensus azure-core<2.0.0,>=1.0.0b4

0 comments on commit 78feb52

Please sign in to comment.