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