mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-30 11:39:03 +00:00
groq: fix warning filter for integration test (#20806)
This commit is contained in:
parent
5a3c65a756
commit
06b04b80b8
@ -89,7 +89,7 @@ markers = [
|
||||
filterwarnings = [
|
||||
"error",
|
||||
'ignore::ResourceWarning:',
|
||||
'ignore:The function `with_structured_output` is in beta',
|
||||
'ignore:The method `ChatGroq.with_structured_output` is in beta',
|
||||
# Maintain support for pydantic 1.X
|
||||
'default:The `dict` method is deprecated; use `model_dump` instead:DeprecationWarning',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user