Skip to content

Commit 504c105

Browse files
committed
Remove tritonclient from type-checking (should this be deprecated?
1 parent beedb8d commit 504c105

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ include = [
165165
"tests/test_callbacks.py",
166166
]
167167

168+
# tritonclient is only supported for Python <= 3.8, imports fail pyright-checking
169+
exclude = [
170+
"nemoguardrails/llm/providers/trtllm/**"
171+
]
172+
168173
[tool.poetry.group.docs]
169174
optional = true
170175

0 commit comments

Comments
 (0)