> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 5.15.1

**`(fix):`** 修复 pydantic-v2 生成器在运行时无法找到 `.gitignore.Template` 的问题，
将 `asIs` 目录复制到 dist 包中。

**`(fix):`** 修复 pydantic-v2 WrappedAliasGenerator 生成无效 Python 的问题：
添加缺失的 `self` 参数到 getter 方法，使用正确的返回类型替代硬编码的 `UUID`，
在构建器方法中引用前向引用返回类型，并在构建器方法体中添加缺失的 `return` 语句。