You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: ensure type ignores in langchain tests run across all versions of langchain (#460)
The issue is that our type ignores are required on the old version of LangChain, but not required on the new version of LangChain. If we include the type ignore, the new version of LangChain complains about an usused type ignore. Found the solution [here](python/mypy#8823 (comment)).
Copy file name to clipboardExpand all lines: python/instrumentation/openinference-instrumentation-langchain/tests/openinference/instrumentation/langchain/test_instrumentor.py
+4-4
Original file line number
Diff line number
Diff line change
@@ -533,9 +533,9 @@ def test_chain_metadata(
533
533
# We will test that these variables do not overwrite the passed variables
0 commit comments