Skip to content

Commit 6f08e31

Browse files
chore(deps): refine nemoguardrails version constraint in pyproject.toml to ensure compatibility with future updates
1 parent 8e84e12 commit 6f08e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ml_runtime = [
8181
]
8282
test = [
8383
"google.generativeai",
84-
"nemoguardrails>=0.9.0",
84+
"nemoguardrails>=0.9.0, <0.11.0", # 0.11.0 ensure align with langchain<0.3.0
8585
"onnxruntime<1.20.0",
8686
"openai>=1",
8787
"polyfactory",

0 commit comments

Comments
 (0)