Merge branch 'main' into refactor/extract-crewai-a2a-package-v2

# Conflicts:
#	uv.lock
This commit is contained in:
Greyson LaLonde
2026-04-29 00:49:15 +08:00
131 changed files with 16433 additions and 1306 deletions

View File

@@ -28,7 +28,7 @@ repos:
hooks:
- id: pip-audit
name: pip-audit
entry: bash -c 'source .venv/bin/activate && uv run pip-audit --skip-editable --ignore-vuln CVE-2025-69872 --ignore-vuln CVE-2026-25645 --ignore-vuln CVE-2026-27448 --ignore-vuln CVE-2026-27459 --ignore-vuln PYSEC-2023-235' --
entry: bash -c 'source .venv/bin/activate && uv run pip-audit --skip-editable --ignore-vuln CVE-2026-3219' --
language: system
pass_filenames: false
stages: [pre-push, manual]