Skip to content

Commit 5be678f

Browse files
πŸ”– 1.9.6 [skip ci]
# [v1.9.6](v1.9.5...v1.9.6) (2025-01-05) ## πŸ› Bug Fixes - [`de90e16`](de90e16) Handle pydantic root validation errors
1 parent de90e16 commit 5be678f

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
@@ -1,5 +1,10 @@
11
# Semantic Versioning Changelog
22

3+
# [v1.9.6](https://github.com/vortico/flama/compare/v1.9.5...v1.9.6) (2025-01-05)
4+
5+
## πŸ› Bug Fixes
6+
- [`de90e16`](https://github.com/vortico/flama/commit/de90e16) Handle pydantic root validation errors
7+
38
# [v1.9.5](https://github.com/vortico/flama/compare/v1.9.4...v1.9.5) (2024-12-17)
49

510
## πŸ› Bug Fixes

β€Žpyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[project]
66
requires-python = ">=3.9,<3.14"
77
name = "flama"
8-
version = "1.9.5"
8+
version = "1.9.6"
99
description = "Fire up your models with the flame πŸ”₯"
1010
license = { text = "Apache-2.0" }
1111
readme = "README.md"

0 commit comments

Comments
Β (0)