We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88db3d commit c889d27Copy full SHA for c889d27
tests/otel_integrations/test_langchain.py
@@ -12,7 +12,7 @@
12
os.environ['LANGSMITH_TRACING'] = 'true'
13
14
pytestmark = pytest.mark.skipif(
15
- get_version(pydantic.__version__) < get_version('2.5.0'),
+ get_version(pydantic.__version__) < get_version('2.11.0'),
16
reason='Langgraph does not support older Pydantic versions',
17
)
18
0 commit comments