Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Adaptations for Pydantic v2 migration and stricter validation
- Updated the display() method to use self.model_config.env_prefix instead of self.Config.env_prefix. The previous implementation caused an AttributeError because Config is no longer supported in Pydantic v2. Adjusted the method to align with the new Pydantic v2 configuration approach, which uses model_config for settings validation and customization.
- Loading branch information