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 1ebc8e0 commit 5a48744Copy full SHA for 5a48744
pyproject.toml
@@ -197,6 +197,8 @@ filterwarnings = [
197
"error",
198
# Issue with python-multipart - we don't want to bump the minimum version of starlette.
199
"ignore::PendingDeprecationWarning:starlette",
200
+ # mistralai accesses model_fields on the instance, which is deprecated in Pydantic 2.11.
201
+ "ignore:Accessing the 'model_fields' attribute",
202
# boto3
203
"ignore::DeprecationWarning:botocore.*",
204
"ignore::RuntimeWarning:pydantic_ai.mcp",
0 commit comments