fix(deps): patch gitpython, langchain-core; ignore unpatched paramiko CVE

This commit is contained in:
Greyson LaLonde
2026-05-11 22:31:56 +08:00
committed by GitHub
parent e4a91cdc0c
commit b0d4dd256d
4 changed files with 32 additions and 16 deletions

View File

@@ -107,7 +107,7 @@ stagehand = [
"stagehand>=0.4.1",
]
github = [
"gitpython>=3.1.47,<4",
"gitpython>=3.1.50,<4",
"PyGithub==1.59.1",
]
rag = [