Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
groq[patch]: allow warnings during tests (#25105)
Among integration packages in libs/partners, Groq is an exception in that it errors on warnings. Following #25084, Groq fails with > pydantic.warnings.PydanticDeprecatedSince20: The `__fields__` attribute is deprecated, use `model_fields` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. Here we update the behavior to no longer fail on warning, which is consistent with the rest of the packages in libs/partners.
- Loading branch information