Closed elia-bracci-hs closed 4 days ago
Bump versions and update pypdf dependency to 5.1.0 in llama-index integrations index readers and packs resume screaner
Did I fill in the tool.llamahub section in the pyproject.toml and provide a detailed README.md for my new integration or package?
tool.llamahub
pyproject.toml
Did I bump the version in the pyproject.toml file of the package I am updating? (Except for the llama-index-core package)
llama-index-core
Please delete options that are not relevant.
Your pull-request will likely not be merged unless it is covered by some form of impactful unit testing.
make format; make lint
Description
Bump versions and update pypdf dependency to 5.1.0 in llama-index integrations index readers and packs resume screaner
New Package?
Did I fill in the
tool.llamahub
section in thepyproject.toml
and provide a detailed README.md for my new integration or package?Version Bump?
Did I bump the version in the
pyproject.toml
file of the package I am updating? (Except for thellama-index-core
package)Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Your pull-request will likely not be merged unless it is covered by some form of impactful unit testing.
Suggested Checklist:
make format; make lint
to appease the lint gods