Possible 8.0.3 release

- Fix IMAP callback for `IDLE` connections (PR #313 closes issue #311)
- Add warnings in documentation and log output for IMAP configuration changes introduced in 8.0.0 (Closes issue #309)
- Actually pin the `elasticsearch` Python library version at `<7.14.0` (Closes issue #315)
This commit is contained in:
Sean Whalen
2022-05-02 12:50:37 -04:00
parent 1b0f95a0ff
commit af2afddf96
5 changed files with 33 additions and 18 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ setup(
'requests>=2.22.0', 'imapclient>=2.1.0',
'dateparser>=0.7.2',
'mailsuite>=1.6.1',
'elasticsearch-dsl>=7.2.0,<7.14.0',
'elasticsearch<7.14.0'
'elasticsearch-dsl==7.2.0',
'kafka-python>=1.4.4',
'tqdm>=4.31.1',
'lxml>=4.4.0',