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 9f49c27 commit 639e1ffCopy full SHA for 639e1ff
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v3.1.0 (2024-12-15)
4
+
5
+### :sparkles: New
6
+ - Now only pydantic 2.10+ and python 3.9+ are supported
7
8
+### :arrow_up: Dependencies
9
+ - Remove safety.
10
11
+ - Update dependencies.
12
13
## v3.0.2 (2024-12-15)
14
15
### :arrow_up: Dependencies
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "api-client-pydantic"
-version = "3.0.2"
+version = "3.1.0"
description = "API Client extension for validate and transform requests / responses using pydantic."
authors = ["MaxST <[email protected]>"]
license = "MIT"
0 commit comments