Skip to content

Releases: koxudaxi/pydantic-pycharm-plugin

v0.4.13

15 Apr 09:05
1b52d2e
Compare
Choose a tag to compare
  • Fix unresolved ClassVar attribute error [#919]

v0.4.12

14 Mar 18:10
8f5f2ed
Compare
Choose a tag to compare
  • Skip multi resolve item when is in dumb mode [#885]
  • Fix @model_validator(mode="before") causes "Problematic nesting of decorators" inspection false positive [#882]
  • Support 241 EAP [#879]
  • Inspect undefined field [#858]

v0.4.11

12 Jan 06:13
cbc56b0
Compare
Choose a tag to compare
  • Improve annotated default detection for v2 [#857]
  • Improve annotated default detection [#856]
  • Fix named argument as positional in popup [#855]
  • (🎁) Add icon [#849]

v0.4.10

07 Dec 11:43
673674b
Compare
Choose a tag to compare
  • Support PyCharm 2023.3 [#840]

v0.4.9

12 Oct 16:52
ba18254
Compare
Choose a tag to compare
  • Fix False positive for non-decorator use of validator [#818]
  • Support 2023.3 EAP [#813]

v0.4.8

14 Sep 01:56
ae70142
Compare
Choose a tag to compare
  • Improve RootModel inspection [#783]
  • Fix populate_by_name [#779]
  • Ignore __init__ method if parameter is only only **kwargs arguments. [#798]
  • Fixed problem refactoring unrelated fields [#800]

v0.4.7

07 Aug 06:21
2c23977
Compare
Choose a tag to compare
  • Fix false positive "root cannot be mixed with other fields" -- ty… #780]
  • treat model validator as an instance method when mode='after' #779]
  • Fix NullPointerException of getExternalDocumentationUrl #778]
  • Fix false positive validator asterisk [#777]

v0.4.6-232

20 Jul 16:09
ae7f91a
Compare
Choose a tag to compare
  • Associating fields with validator fields for 232 [#762]
  • Add validator field argument completion for 232 [#758]

v0.4.6

20 Jul 15:22
cd0ab66
Compare
Choose a tag to compare
  • Associating fields with validator fields for 231 [#759]
  • Add validator field argument completion for 231 [#757]

v0.4.5-232

17 Jul 15:23
d06d9f3
Compare
Choose a tag to compare
  • Add migration guide url for 232 [#752]
  • Update v2 external document url for 232 [#749]
  • Support ConfigDict for 232 [#747]