File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ Unreleased
1111
1212Added
1313+++++
14- * Test against all supported `factory-boy ` versions
1514
1615Changed
1716+++++++
@@ -24,7 +23,31 @@ Removed
2423
2524Fixed
2625+++++
27- * Fix incompatibility when using the combination of python < 3.12 and factory-boy < 3.3
26+
27+ Security
28+ ++++++++
29+
30+ 2.8.1
31+ ----------
32+
33+ Added
34+ +++++
35+ * Test against all supported ``factory-boy `` versions
36+
37+ Changed
38+ +++++++
39+
40+ Deprecated
41+ ++++++++++
42+
43+ Removed
44+ +++++++
45+
46+ Fixed
47+ +++++
48+ * Fix incompatibility when using the combination of python < 3.12 and factory-boy < 3.3.
49+
50+ * The error was: ``TypeError: type 'Factory' is not subscriptable ``
2851
2952Security
3053++++++++
Original file line number Diff line number Diff line change 11[project ]
22name = " pytest-factoryboy"
3- version = " 2.8.0 "
3+ version = " 2.8.1 "
44description = " Factory Boy support for pytest."
55authors = [ { name = " Oleg Pidsadnyi" , email = " oleg.pidsadnyi@gmail.com" } ]
66maintainers = [ { name = " Alessio Bogon" , email = " 778703+youtux@users.noreply.github.com" } ]
You can’t perform that action at this time.
0 commit comments