From 39a31b8da979b88360bbb0d25b65281c45e8f5f7 Mon Sep 17 00:00:00 2001 From: John <43506685+Coniferish@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:41:21 -0400 Subject: [PATCH] remove Office365-REST-Python-Client constraint pin --- requirements/deps/constraints.txt | 3 --- requirements/ingest/onedrive.txt | 10 ++++++---- requirements/ingest/outlook.txt | 10 ++++++---- requirements/ingest/sharepoint.txt | 10 ++++++---- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/requirements/deps/constraints.txt b/requirements/deps/constraints.txt index 323ccc16fe..f78bc058ae 100644 --- a/requirements/deps/constraints.txt +++ b/requirements/deps/constraints.txt @@ -15,9 +15,6 @@ certifi>=2023.7.22 pyparsing<3.1.0 scipy<1.11.4 IPython<8.13 -# NOTE(alan) Pinned to avoid error that occurs with 2.4.3: -# AttributeError: 'ResourcePath' object has no attribute 'collection' -Office365-REST-Python-Client<2.4.3 # NOTE(trevor) `unstructured-inference` is set in extra-pdf-image.in to allow # unstructured-inference to be upgraded when unstructured library is upgraded # https://github.com/Unstructured-IO/unstructured/issues/1458 diff --git a/requirements/ingest/onedrive.txt b/requirements/ingest/onedrive.txt index 0fd9b13df1..b0358255f1 100644 --- a/requirements/ingest/onedrive.txt +++ b/requirements/ingest/onedrive.txt @@ -33,10 +33,8 @@ msal==1.30.0 # via # -r ./ingest/onedrive.in # office365-rest-python-client -office365-rest-python-client==2.4.2 - # via - # -c ./ingest/../deps/constraints.txt - # -r ./ingest/onedrive.in +office365-rest-python-client==2.5.11 + # via -r ./ingest/onedrive.in pycparser==2.22 # via cffi pyjwt[crypto]==2.9.0 @@ -52,6 +50,10 @@ soupsieve==2.5 # via # -c ./ingest/../base.txt # beautifulsoup4 +typing-extensions==4.12.2 + # via + # -c ./ingest/../base.txt + # office365-rest-python-client urllib3==1.26.19 # via # -c ./ingest/../base.txt diff --git a/requirements/ingest/outlook.txt b/requirements/ingest/outlook.txt index dace922e85..473e026252 100644 --- a/requirements/ingest/outlook.txt +++ b/requirements/ingest/outlook.txt @@ -27,10 +27,8 @@ msal==1.30.0 # via # -r ./ingest/outlook.in # office365-rest-python-client -office365-rest-python-client==2.4.2 - # via - # -c ./ingest/../deps/constraints.txt - # -r ./ingest/outlook.in +office365-rest-python-client==2.5.11 + # via -r ./ingest/outlook.in pycparser==2.22 # via cffi pyjwt[crypto]==2.9.0 @@ -42,6 +40,10 @@ requests==2.32.3 # -c ./ingest/../base.txt # msal # office365-rest-python-client +typing-extensions==4.12.2 + # via + # -c ./ingest/../base.txt + # office365-rest-python-client urllib3==1.26.19 # via # -c ./ingest/../base.txt diff --git a/requirements/ingest/sharepoint.txt b/requirements/ingest/sharepoint.txt index 8680b35cbe..3c84d0de9a 100644 --- a/requirements/ingest/sharepoint.txt +++ b/requirements/ingest/sharepoint.txt @@ -27,10 +27,8 @@ msal==1.30.0 # via # -r ./ingest/sharepoint.in # office365-rest-python-client -office365-rest-python-client==2.4.2 - # via - # -c ./ingest/../deps/constraints.txt - # -r ./ingest/sharepoint.in +office365-rest-python-client==2.5.11 + # via -r ./ingest/sharepoint.in pycparser==2.22 # via cffi pyjwt[crypto]==2.9.0 @@ -42,6 +40,10 @@ requests==2.32.3 # -c ./ingest/../base.txt # msal # office365-rest-python-client +typing-extensions==4.12.2 + # via + # -c ./ingest/../base.txt + # office365-rest-python-client urllib3==1.26.19 # via # -c ./ingest/../base.txt