Skip to content

Releases: pydantic/bump-pydantic

Version 0.8.0

28 Dec 13:40
e97380c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0

Version 0.7.0

18 Sep 14:10
677f617
Compare
Choose a tag to compare

What's Changed

  • Make file processing with ClassDefVisitor deterministic by @slafs in #118
  • Don't add default None when default is ... by @Kludex in #127
  • Log specific message when ParserSyntaxError happens by @Kludex in #128
  • Convert example parameter into examples on Field by @Gamrix in #122
  • Add TODO notes to __modify_schema__ and __get_validators__ by @JensHeinrich in #116

New Contributors

Full Changelog: 0.6.1...0.7.0

Version 0.6.1

26 Jul 15:02
dda0b55
Compare
Choose a tag to compare

What's Changed

  • 🐛 Use Annotated even when con* functions are wrapped on cst.Subscript by @Kludex in #110

Full Changelog: 0.6.0...0.6.1

Version 0.6.0

18 Jul 13:42
c319dfe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

Version 0.5.0

17 Jul 17:07
b210d2f
Compare
Choose a tag to compare

What's Changed

  • ♻️ Replace MypyVisitor by ClassDefVisitor by @Kludex in #99
  • 📝 Improve README and help command by @Kludex in #100
  • ♻️ Ensure that warnings are treated as errors by @kkirsche in #94

Full Changelog: 0.4.0...0.5.0

Version 0.4.0

17 Jul 14:16
67c8cc3
Compare
Choose a tag to compare

What's Changed

  • ✨ Support single files via CLI by @lemonyte in #86
  • ✨ Replace constr by StringConstraints by @Kludex in #90
  • ✨ Add --diff argument by @Kludex in #96
  • ♻️ Do not convert constr to Annotated by @Kludex in #97

New Contributors

Full Changelog: 0.3.0...0.4.0

Version 0.3.0

10 Jul 16:30
f43957a
Compare
Choose a tag to compare

What's Changed

  • ✨ Add None default value to fields in Optional[T] = Field() by @Kludex in #72
  • ✨ Add SettingsConfigDict to BaseSettings by @Kludex in #74

Full Changelog: 0.2.0...0.3.0

Version 0.2.0

10 Jul 13:24
e081fca
Compare
Choose a tag to compare

What's Changed

  • 📝 Download via PyPI instead of GitHub by @Kludex in #47
  • 📝 Cleanup README.md by @slafs in #53
  • 📝 Hide BP008 in README.md by @slafs in #54
  • ✨ Implement MyPyVisitor by @Kludex in #51
  • 🐛 Use the negative of allow_mutation on frozen Field by @Kludex in #65
  • ✨ Refactor Annotated[..., Field()] by @Kludex in #66
  • 🔖 Version 0.2.0 by @Kludex in #71

New Contributors

  • @slafs made their first contribution in #53

Full Changelog: 0.1.0...0.2.0

Version 0.1.0

30 Jun 08:49
be42ff1
Compare
Choose a tag to compare

What's Changed

  • ✨ Replace validator by field_validator and root_validator by model_validator by @Kludex in #40
  • ✨ Support const=True to Literal[T] by @Kludex in #41
  • ✅ Add integration tests for Field and const=True by @Kludex in #42
  • 🐛 Do not duplicate comments on validator replacement by @Kludex in #43
  • ✅ Remove xfail for replace config tests by @Kludex in #44
  • 🐛 Remove trailing comma from ReplaceImportsCodemod by @Kludex in #45

Full Changelog: 0.0.1...0.1.0

First release 🎉

26 Jun 10:24
61279ba
Compare
Choose a tag to compare
0.0.1

💚 Add release environment (#39)