-
Notifications
You must be signed in to change notification settings - Fork 59
Fix pdfminer-six dependencies. #417
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
base: main
Are you sure you want to change the base?
Conversation
5781af5
to
6ce55cc
Compare
a375202
to
2bcc43b
Compare
2bcc43b
to
3697b6f
Compare
fdaa931
to
d1b9931
Compare
d1b9931
to
7142a20
Compare
The "Configure AWS credentials" failed => Input required and not supplied: aws-region
The |
@badGarnet |
merged a change that should have fixed the ci. |
resolves ci issue observed in #417
@badGarnet |
@pprados this seem to be a result of updated dependencies. I will take a closer look at the PR and see what's changed. For reference this was recently ran successfully. |
Cool. Thanks. |
ok so a few thoughts here:
then compile it with
Based on those I would suggest take option 2 to see if it fits your need and if it does we can close this PR. |
Pdfminer has a bug that prevents some PDF files from being read. I've fixed it. A new version is available and should be used in the various projects that depend on this component.
See pdfminer/pdfminer.six#1081
This PR use the version >=20250327
To pass the CI/CD test, I also set the dependencies for python 3.9.
With a minimum version of 3.10, it will be possible to download the latest versions of dependencies.