``` PyPDF2.errors.DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead. ``` Until this is fixed, please use `PyPDF2 = ">=1.26, <=3.0.0"` in `pyproject.toml`.
Until this is fixed, please use
PyPDF2 = ">=1.26, <=3.0.0"inpyproject.toml.