Skip to content

Commit a62ae73

Browse files
committed
Add pandas override reason
Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
1 parent fce5a9b commit a62ae73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ override-dependencies = [
367367
"nixl-cu12>=0.10.0; platform_system == 'Linux' and (platform_machine == 'x86_64' or platform_machine == 'aarch64')", # Use the CUDA 12 backend on both supported Linux architectures.
368368
"xgrammar>=0.1.32", # Override vllm's ==0.1.29 pin to address CVE GHSA-7rgv-gqhr-fxg3 (DoS via multi-layer nesting)
369369
"sqlfluff>=4.2.0", # Address CVE-2026-46373/46374 (parser DoS); overrides data-designer-engine==0.5.5 sqlfluff<4 cap
370-
"pandas>=3.0.0, <= 3.0.4"
370+
"pandas>=3.0.0, <= 3.0.4" # Override data-designers constraint of <3
371371
]
372372

373373

0 commit comments

Comments
 (0)