File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Removed
15+
16+ ## [ 1.23.3] ( https://pypi.org/project/model-bakery/1.23.3/ )
17+
1218### Changed
1319- [ dev] Replace mypy with ty as the primary type checker with stricter type checks
1420- [ dev] Fix ty 0.0.17 compatibility: update rule config, fix generic TypeVar bound, pin minimum version
1521- Allow overriding ` AutoField ` values via iterators with ` _quantity ` and avoid hangs ([ #577 ] ( https://github.com/model-bakers/model_bakery/issues/577 ) )
1622
17- ### Removed
18-
1923## [ 1.23.2] ( https://pypi.org/project/model-bakery/1.23.2/ )
2024
2125### Changed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module-root = ""
77
88[project ]
99name = " model-bakery"
10- version = " 1.23.2 "
10+ version = " 1.23.3 "
1111description = " Smart object creation facility for Django."
1212readme = " README.md"
1313requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments