Skip to content

Commit cc3f490

Browse files
authored
fix: update GitPython constraint for security fix (#423)
## Summary - Require GitPython >= 3.1.50 to pick up the security fix for Dependabot alert 118 - Refresh uv.lock for the patched GitPython release - Also includes the lockfile-only langchain-core patch release update needed for Dependabot alert 117
1 parent 35f7ce0 commit cc3f490

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Operating System :: OS Independent",
1919
]
2020
dependencies = [
21-
"GitPython",
21+
"GitPython>=3.1.50",
2222
"requests",
2323
"chevron",
2424
"tqdm",

py/uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)