Releases: pydantic/bump-pydantic
Releases · pydantic/bump-pydantic
Version 0.8.0
What's Changed
- ⬆️ Bump libcst to >=0.4.2 by @Kludex in #140
- ✨ Support Python 3.12 by @Kludex in #141
- 🥅 Improve error message on
cst.ParserSyntaxError
by @Kludex in #142 - 🚸 Improve message when no files are modified by @Kludex in #143
- Add license information to classifiers in pyproject.toml by @daveshih01 in #131
- 🔖 Version 0.8.0 by @Kludex in #144
New Contributors
- @daveshih01 made their first contribution in #131
Full Changelog: 0.7.0...0.8.0
Version 0.7.0
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 intoexamples
onField
by @Gamrix in #122 - Add TODO notes to
__modify_schema__
and__get_validators__
by @JensHeinrich in #116
New Contributors
- @Gamrix made their first contribution in #122
- @JensHeinrich made their first contribution in #116
Full Changelog: 0.6.1...0.7.0
Version 0.6.1
What's Changed
Full Changelog: 0.6.0...0.6.1
Version 0.6.0
Version 0.5.0
Version 0.4.0
Version 0.3.0
What's Changed
- ✨ Add
None
default value to fields inOptional[T] = Field()
by @Kludex in #72 - ✨ Add
SettingsConfigDict
toBaseSettings
by @Kludex in #74
Full Changelog: 0.2.0...0.3.0
Version 0.2.0
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
onfrozen
Field by @Kludex in #65 - ✨ Refactor
Annotated[..., Field()]
by @Kludex in #66 - 🔖 Version 0.2.0 by @Kludex in #71
New Contributors
Full Changelog: 0.1.0...0.2.0
Version 0.1.0
What's Changed
- ✨ Replace
validator
byfield_validator
androot_validator
bymodel_validator
by @Kludex in #40 - ✨ Support
const=True
toLiteral[T]
by @Kludex in #41 - ✅ Add integration tests for
Field
andconst=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 🎉
0.0.1 💚 Add release environment (#39)