diff --git a/pyproject.toml b/pyproject.toml index d47da69..88463bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "sqlalchemy>=2,<3", "timm>0.9,<2", # dependency for Hugging Face computer vision models "torch>=2.2,<3", - "transformers>=4.42.3,<=4.47.1", + "transformers>=4.42.3,<=4.48.0", "xhtml2pdf", # Convert html to PDF files ] classifiers = [