You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,17 @@
1
+
## v1.1.0 (2025-10-28)
2
+
3
+
### What's Changed
4
+
5
+
* Bumped minimal pydantic version from 2.8 to 2.11.
6
+
* Added new constant: `UNSET`. Used for differentiating None from missing (or unset) values. `UnsetField`/`UnsetOrNoneField` were also added as annotated pydantic fields.
7
+
* Now all requests can also pass request header as argument (see Clopos).
8
+
* Added function `_build_request_lambda` to enable subclasses to override without overriding whole `__getattribute__`. Can be used to enforce some arguments.
9
+
1
10
## v1.0.5 (2025-10-20)
2
11
3
12
### What's Changed
4
13
5
-
Fixed and made integrify-core a namespace package.
14
+
*Fixed and made integrify-core a namespace package.
0 commit comments