Skip to content

Commit 28e70d4

Browse files
add necessary dep for gdrive (#520)
fix error in google drive E2E test "Error in downloader: 512: [ModuleNotFoundError] No module named 'tenacity'" --------- Co-authored-by: Paweł Kmiecik <[email protected]>
1 parent 9ee29b3 commit 28e70d4

File tree

4 files changed

+4018
-3903
lines changed

4 files changed

+4018
-3903
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.32
2+
3+
* **Fix google drive connector's dependencies**
4+
15
## 1.0.31
26

37
* **Cap redis client version to 5.3.0**
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
google-api-python-client
2+
tenacity

unstructured_ingest/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.31" # pragma: no cover
1+
__version__ = "1.0.32" # pragma: no cover

0 commit comments

Comments
 (0)