-
Notifications
You must be signed in to change notification settings - Fork 71
Pprados/fix pdfminer dep #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 22 commits
ee62dc4
454cb35
16776f3
ed43d82
ce13fa1
fd35cb3
ecc95eb
feea1f8
70be207
ee93ee2
458f05b
c3ca1dd
d276d6e
71bb5f7
ee6e638
307e901
cdd4fef
30805b8
de80975
e4a08f9
2e9a149
75f74cc
cff2c7b
64ecdc0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## 0.8.8-dev1 | ||
|
|
||
| * fix: pdfminer-six dependencies | ||
|
|
||
| ## 0.8.7 | ||
|
|
||
| * fix: add `password` for PDF | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,4 +14,4 @@ rapidfuzz | |
| pandas | ||
| scipy | ||
| pypdfium2 | ||
| pdfminer-six==20240706 | ||
| pdfminer-six>=20240706 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. doesn't this always resolve to the same package, currently the latest one? just remove the pin altogether? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, but in future the following versions will be mandatory. Langchain follows the evolution of versions for PDFMinerLoader and it will not be possible to combine it with unstructured. no problem for you to do it yourself. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just an fyi, @cragwolfe, but the initial pin for @pprados, I'm confused what you're saying needs to be adjusted in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cragwolfe, if this PR looks good to you, can you approve my duplicate PR here? The CI failure in this one is due to a secret that's needed in CI itself and not just particular tests, so I'm unsure how to fix that for contributor PRs at the moment. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| __version__ = "0.8.7" # pragma: no cover | ||
| __version__ = "0.8.8-dev1" # pragma: no cover | ||
Coniferish marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Coniferish marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.