Skip to content

Commit

Permalink
remove Office365-REST-Python-Client constraint pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 11, 2024
1 parent a2ae2ed commit 39a31b8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
3 changes: 0 additions & 3 deletions requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions requirements/ingest/onedrive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 6 additions & 4 deletions requirements/ingest/outlook.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 6 additions & 4 deletions requirements/ingest/sharepoint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 39a31b8

Please sign in to comment.