chore(ci): remove reportlab dep (#3033)

# What does this PR do?

remove reportlab dep. change dynamic pdf generation into a pre-computed
pdf.

## Test Plan

ci
This commit is contained in:
Matthew Farrellee 2025-08-04 11:36:13 -05:00 committed by GitHub
parent e5b542dd8e
commit 4411e6e362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 35 deletions

View file

@ -115,7 +115,6 @@ test = [
"sqlalchemy[asyncio]>=2.0.41",
"requests",
"pymilvus>=2.5.12",
"reportlab",
"weaviate-client>=4.16.4",
]
docs = [