File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## 0.20.2
4+
5+ ### 🐛 Fixes
6+
7+ * Fix mutable default argument in translate list to dict - thanks @cadlagtrader [ #1382 ] ( https://github.com/collerek/ormar/pull/1382 )
8+ * Fix fastapi docs - thanks @inktrap [ #1362 ] ( https://github.com/collerek/ormar/pull/1362 )
9+ * Fix clashing many to many fields names [ #1407 ] ( https://github.com/collerek/ormar/pull/1407 )
10+
11+ ### 💬 Other
12+ * Add official support for python 3.12 - thanks @ChristopherMacGown [ #1395 ] ( https://github.com/collerek/ormar/pull/1395 )
13+ * Unpin pydantic allowing pydantic versions <2.9.0 - thanks @camillol [ #1388 ] ( https://github.com/collerek/ormar/pull/1388 )
14+
15+
16+ # Release notes
17+
318## 0.20.1
419
520### ✨ Breaking changes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "ormar"
33
44[tool .poetry ]
55name = " ormar"
6- version = " 0.20.1 "
6+ version = " 0.20.2 "
77description = " An async ORM with fastapi in mind and pydantic validation."
88authors = [" Radosław Drążkiewicz <collerek@gmail.com>" ]
99license = " MIT"
@@ -36,6 +36,7 @@ classifiers = [
3636 " Programming Language :: Python :: 3.9" ,
3737 " Programming Language :: Python :: 3.10" ,
3838 " Programming Language :: Python :: 3.11" ,
39+ " Programming Language :: Python :: 3.12" ,
3940 " Programming Language :: Python :: 3 :: Only" ,
4041]
4142
You can’t perform that action at this time.
0 commit comments