Skip to content

Commit c889d27

Browse files
authored
Skip test_langchain for pydantic < 2.11 (#1123)
1 parent f88db3d commit c889d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/otel_integrations/test_langchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
os.environ['LANGSMITH_TRACING'] = 'true'
1313

1414
pytestmark = pytest.mark.skipif(
15-
get_version(pydantic.__version__) < get_version('2.5.0'),
15+
get_version(pydantic.__version__) < get_version('2.11.0'),
1616
reason='Langgraph does not support older Pydantic versions',
1717
)
1818

0 commit comments

Comments
 (0)