We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de90e16 commit 5be678fCopy full SHA for 5be678f
βCHANGELOG.md
@@ -1,5 +1,10 @@
1
# Semantic Versioning Changelog
2
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
8
# [v1.9.5](https://github.com/vortico/flama/compare/v1.9.4...v1.9.5) (2024-12-17)
9
10
## π Bug Fixes
βpyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[project]
requires-python = ">=3.9,<3.14"
name = "flama"
-version = "1.9.5"
+version = "1.9.6"
description = "Fire up your models with the flame π₯"
license = { text = "Apache-2.0" }
11
readme = "README.md"
0 commit comments