Skip to content

Commit

Permalink
groq: fix warning filter for integration test (#20806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Apr 23, 2024
1 parent 5a3c65a commit 06b04b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/groq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit 06b04b8

Please sign in to comment.