Skip to content

Commit 639e1ff

Browse files
1 parent 9f49c27 commit 639e1ff

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v3.0.2 (2024-12-15)
414

515
### :arrow_up: Dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "api-client-pydantic"
3-
version = "3.0.2"
3+
version = "3.1.0"
44
description = "API Client extension for validate and transform requests / responses using pydantic."
55
authors = ["MaxST <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)