Skip to content

fix: remove suppression of pydantic warnings in _invoke function - #1011

Merged
Amir-R25 merged 3 commits into
mainfrom
220-serialization-bug
Mar 16, 2026
Merged

fix: remove suppression of pydantic warnings in _invoke function#1011
Amir-R25 merged 3 commits into
mainfrom
220-serialization-bug

Conversation

@Amir-R25

Copy link
Copy Markdown
Collaborator

What does this add?

Closes #220. LiteLLM merged a fix for the pydantic warnings and therefore there is no a longer a need for filtering warnings: BerriAI/litellm#18972

Type of changes

Please check the type of change your PR introduces:

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update (improvements or corrections to documentation)
  • 🎨 Code style/formatting (changes that do not affect the meaning of the code)
  • ♻️ Refactoring (code change that neither fixes a bug nor adds a feature)
  • ⚡ Performance improvement (code change that improves performance)
  • ✅ Test update (adding missing tests or correcting existing tests)
  • 🔧 Build/CI changes (changes to build process or continuous integration)
  • 🗑️ Chore (other changes that don't modify src or test files)

@Amir-R25
Amir-R25 requested a review from soulFood5632 as a code owner March 16, 2026 19:30
@Amir-R25 Amir-R25 linked an issue Mar 16, 2026 that may be closed by this pull request

@soulFood5632 soulFood5632 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superb

@Amir-R25
Amir-R25 merged commit c2b4901 into main Mar 16, 2026
5 checks passed
@Amir-R25
Amir-R25 deleted the 220-serialization-bug branch March 16, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] PydanticSerializationUnexpectedValue bug from LiteLLM

2 participants