File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.4.0 (2025-02-25)
2
+
3
+ - Add support for ` dataclasses.InitVar ` as a type qualifier by @Viicos in [ #31 ] ( https://github.com/pydantic/typing-inspection/pull/31 )
4
+ A new ` DATACLASS ` annotation source is added.
5
+ - Add explicit annotation for ` ForbiddenQualifier ` exception by @Viicos in [ #30 ] ( https://github.com/pydantic/typing-inspection/pull/30 )
6
+
1
7
## v0.3.1 (2025-02-24)
2
8
3
9
- Allow unhashable items in ` Literal ` forms by @Viicos in [ #28 ] ( https://github.com/pydantic/typing-inspection/pull/28 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'hatchling.build'
4
4
5
5
[project ]
6
6
name = ' typing-inspection'
7
- version = ' 0.3.1 '
7
+ version = ' 0.4.0 '
8
8
description = ' Runtime typing introspection tools'
9
9
authors = [
10
10
{
name =
' Victorien Plot' ,
email =
' [email protected] ' },
You can’t perform that action at this time.
0 commit comments