We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaa64a commit a219e82Copy full SHA for a219e82
requirements-common.txt
@@ -21,7 +21,7 @@ pydantic-settings==2.3.4
21
pydantic==2.7.4
22
pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, imported as `jwt`
23
PyMuPDF==1.24.9 # PDF processing, imported as `fitz`
24
-pypdf==4.3.1
+pypdf==6.0.0
25
python-dotenv==1.0.1 # load environment variables from .env file
26
python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters
27
redis==5.0.8
0 commit comments