Skip to content

Commit

Permalink
Downgrade exchangelib to 1.10.0
Browse files Browse the repository at this point in the history
Upgrading to 2.1.0 causes this error:
```
AttributeError: module 'exchangelib' has no attribute 'ServiceAccount'
```
  • Loading branch information
jwon committed Feb 11, 2020
1 parent e34e7d9 commit bc15c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'cryptography==2.3',
'webassets',
'python-ldap==3.1.0',
'exchangelib==2.1.0',
'exchangelib==1.10.0',
'setproctitle',
'pyfcm==1.4.3',
'oncallclient==1.0.0',
Expand Down
2 changes: 1 addition & 1 deletion src/iris/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.6"

0 comments on commit bc15c00

Please sign in to comment.