Hey guys im getting an error using PyMuPDF python lib
Each time that i run this on windmill i get:
ImportError: cannot import name 'Sequence' from 'collections' (/usr/local/lib/python3.11/collections/init.py)
pymupdf==1.25.1
But when i run this locally with uv i dont have any issue
ImportError: cannot import name 'Sequence' from 'collections' (/usr/local/lib/python3.11/collections/init.py)
pymupdf==1.25.1
But when i run this locally with uv i dont have any issue
