Skip to content

Commit

Permalink
silence litellm warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Dec 1, 2024
1 parent ebacfde commit e5bd4d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,8 @@ asyncio_default_fixture_loop_scope = "function"
markers = [
"e2e",
]
filterwarnings =[
# Dilence litellm warning coming from their Pydantic config.
# This assumes our use of Pydantic is correct :)
"ignore:Support for class-based `config` is deprecated"
]

0 comments on commit e5bd4d4

Please sign in to comment.