File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 0.11.0 (YYYY-MM-DD)
4
+
5
+ Removed functions deprecated in 0.5.0:
6
+
7
+ * ` itemadapter.utils.is_attrs_instance() `
8
+ * ` itemadapter.utils.is_dataclass_instance() `
9
+ * ` itemadapter.utils.is_pydantic_instance() `
10
+ * ` itemadapter.utils.is_scrapy_item() `
11
+
12
+ ([ #93 ] ( https://github.com/scrapy/itemadapter/pull/93 ) ).
13
+
14
+ Added support for Pydantic 2
15
+ ([ #91 ] ( https://github.com/scrapy/itemadapter/pull/91 ) ).
16
+
17
+ Added ` __all__ ` to the top-level module to improve type checks
18
+ ([ #90 ] ( https://github.com/scrapy/itemadapter/pull/90 ) ).
19
+
20
+ Improved ` pre-commit ` and CI configuration
21
+ ([ #91 ] ( https://github.com/scrapy/itemadapter/pull/91 ) ,
22
+ [ #92 ] ( https://github.com/scrapy/itemadapter/pull/92 ) ).
23
+
3
24
### 0.10.0 (2024-11-29)
4
25
5
26
Dropped Python 3.8 support, added official Python 3.13 and PyPy 3.10 support
You can’t perform that action at this time.
0 commit comments