Skip to content

Commit a73c95b

Browse files
edelvalleclaude
andcommitted
Release version 1.3.2
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a9b8647 commit a73c95b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.2] - 2026-01-14
11+
12+
### Fixed
13+
- **Generic Type Handling**: Fixed `annotate_model()` to preserve non-Model generic types (like `defaultdict`, `list`, `dict`) when used with `Annotated` wrappers. Previously, these types would be incorrectly transformed to `None`, causing validation errors.
14+
1015
## [1.3.1] - 2026-01-14
1116

1217
### Fixed

src/djhtmx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .middleware import middleware
22

3-
__version__ = "1.3.1"
3+
__version__ = "1.3.2"
44
__all__ = ("middleware",)

0 commit comments

Comments
 (0)