Change8

0.127.0

Breaking Changes
📦 fastapiView on GitHub →
1 breaking2 features1 deprecations🔧 1 symbols

Summary

This release introduces deprecation warnings for pydantic.v1 and adds new LLM prompt files for Korean and Japanese translations.

⚠️ Breaking Changes

  • Usage of pydantic.v1 now triggers deprecation warnings. Users should migrate to Pydantic v2 to avoid future breakage.

Migration Steps

  1. Identify usage of pydantic.v1 in your codebase.
  2. Update code to use Pydantic v2 native features to silence deprecation warnings.

✨ New Features

  • Added LLM prompt files for Korean translations to assist with documentation localization.
  • Added LLM prompt files for Japanese translations to assist with documentation localization.

🔧 Affected Symbols

pydantic.v1

⚡ Deprecations

  • pydantic.v1 is now deprecated and will issue warnings when used.