mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-15 20:08:29 +00:00
* fix: suppress Pydantic deprecation warnings in initialization - Implemented a function to filter out Pydantic deprecation warnings, enhancing the user experience by preventing unnecessary warning messages during execution. - Removed the previous warning filter setup to streamline the warning suppression process. - Updated the User-Agent header formatting for consistency. * fix type check * dropped * fix: update type-checker workflow and suppress warnings - Updated the Python version matrix in the type-checker workflow to use double quotes for consistency. - Added the `# type: ignore[assignment]` comment to the warning suppression assignment in `__init__.py` to address type checking issues. - Ensured that the mypy command in the workflow allows for untyped calls and generics, enhancing type checking flexibility. * better