Skip to content

Commit e0147b7

Browse files
committed
bump version 1.14.0.
1 parent 44b2f6b commit e0147b7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
1.14.0 (2025-04-08)
5+
-------------------
6+
7+
- pydantic 2.11 compatibility.
8+
- request kwargs passed to a tracer.
9+
- pydantic validator model cached.
10+
11+
412
1.13.0 (2025-02-15)
513
------------------
614

pjrpc/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = 'Extensible JSON-RPC library'
33
__url__ = 'https://github.com/dapper91/pjrpc'
44

5-
__version__ = '1.13.0'
5+
__version__ = '1.14.0'
66

77
__author__ = 'Dmitry Pershin'
88
__email__ = 'dapper1291@gmail.com'

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 = "pjrpc"
3-
version = "1.13.0"
3+
version = "1.14.0"
44
description = "Extensible JSON-RPC library"
55
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)