Skip to content

Commit fd78134

Browse files
Update jsonpickle requirement from >=3.0,<4.1 to >=3.0,<4.2 (#248)
Updates the requirements on [jsonpickle](https://github.com/jsonpickle/jsonpickle) to permit the latest version. - [Release notes](https://github.com/jsonpickle/jsonpickle/releases) - [Changelog](https://github.com/jsonpickle/jsonpickle/blob/main/CHANGES.rst) - [Commits](jsonpickle/jsonpickle@v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: jsonpickle dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8246ef3 commit fd78134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python = "^3.9"
2525
protobuf = "5.29.4"
2626
grpcio = "1.70.0"
2727
grpcio-tools = "1.70.0"
28-
jsonpickle = ">=3.0,<4.1"
28+
jsonpickle = ">=3.0,<4.2"
2929
pymitter = ">=0.4,<1.1"
3030
typing-extensions = ">=4.11,<4.14"
3131
types-protobuf = "6.30.2.20250516"

0 commit comments

Comments
 (0)