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 dc477e4 commit b5caa51Copy full SHA for b5caa51
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