-
-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
Issue Description
The project is currently using Pydantic v1, which has been superseded by Pydantic v2 (released in June 2023).
Problem
Pydantic v1 is in maintenance mode and will eventually reach end-of-life. Using v1 can cause:
- Compatibility issues with modern Python packages that require Pydantic v2
- Missing out on performance improvements (Pydantic v2 is significantly faster)
- Security and bug fixes that are only available in v2
- Dependency conflicts in larger projects
Request
Please consider upgrading to Pydantic v2. The migration guide is available at: https://docs.pydantic.dev/latest/migration/
Environment
- Pydantic version: v1.x (needs upgrade to v2.x)
Thank you for maintaining this project!
Metadata
Metadata
Assignees
Labels
No labels