Skip to content

Commit

Permalink
Updated uamqp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
annatisch committed Mar 24, 2018
1 parent bebcbf9 commit b015e85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/send_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async def run(client):
sender = client.add_async_sender()
await client.run_async()
await send(sender, 4)
await client.stop_async()


async def send(snd, count):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
zip_safe=False,
packages=find_packages(exclude=["examples"]),
install_requires=[
'uamqp~=0.1.0a3',
'uamqp~=0.1.0b1',
'msrestazure~=0.4.11',
'azure-common~=1.1',
'azure-storage~=0.36.0'
Expand Down

0 comments on commit b015e85

Please sign in to comment.