File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
4121.13.0 (2025-02-15)
513------------------
614
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pjrpc"
3- version = " 1.13 .0"
3+ version = " 1.14 .0"
44description = " Extensible JSON-RPC library"
55authors = [" Dmitry Pershin <dapper1291@gmail.com>" ]
66license = " Unlicense"
You can’t perform that action at this time.
0 commit comments