Skip to content

Releases: koxudaxi/pydantic-pycharm-plugin

v0.4.29

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:22
95a8331
  • Fix crash with legacy docstring settings [#1201]

v0.4.28

Choose a tag to compare

@github-actions github-actions released this 29 Jul 05:15
b76beb8
  • Fix frozen private attribute inspection [#1198]

v0.4.27

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:16
31ee848
  • Fix internal API usage [#1183]

v0.4.26

Choose a tag to compare

@github-actions github-actions released this 20 Jul 04:09
df6d35e
  • Support PyCharm 2026.2 [#1181]
  • Fix crash while typing Python functions [#1180]

v0.4.25

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:45
2e85617
  • Better support for accessing class attributes on table SQLModel models [#1173]
  • Support PyCharm 2026.1.3 [#1174]

v0.4.24

Choose a tag to compare

@github-actions github-actions released this 26 Feb 02:37
3c5b2b3
  • Support PyCharm 2026.1 EAP [#1162]
  • feat: Validate model field names in exclude, include and update arguments [#1147]
  • Update Qodana action to v2025.3 and fix linter config [#1161]

v0.4.23

Choose a tag to compare

@github-actions github-actions released this 15 Dec 06:46
bf93545
  • Fix: Enhance SQLModel class completion and implement SDK cache invalidation [#1137]
  • Draft: Making the plugin also apply to pydantic.v1.main.BaseModel [#1016]
  • Fix: Resolve false "Parameter unfilled" warning when using populate_by_name with aliases [#1136]
  • Fix: Update Pydantic settings integration for v2 compatibility [#1135]
  • Fix: Handle AssertionError in Pydantic type checker to prevent crashes [#1134]
  • Fix: Prevent stack overflow in Pydantic type provider due to recursion [#1133]

v0.4.22

Choose a tag to compare

@github-actions github-actions released this 12 Dec 00:24
a7d0421
  • Fix: Suppress dataclass inspection for Pydantic models [#1128]

v0.4.21

Choose a tag to compare

@github-actions github-actions released this 10 Dec 18:12
e73365e
  • Fix: Prevent duplicate type checker warnings for Pydantic models [#1125]
  • Fix: Update field name validation for Pydantic v2 reserved attributes [#1124]
  • Fix: Support both field name and alias when populate_by_name is enabled [#1123]
  • Update Pydantic plugin for compatibility with IntelliJ 2025.3 [#1122]

v0.4.20

Choose a tag to compare

@github-actions github-actions released this 27 Oct 08:06
b65bf38
  • Fix dataclass_transform handling for Pydantic BaseModel descendants [#1105]
  • Fix plugin compatibility issues for 2025.2 with Python dependencies [#1073]