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