Skip to content

Commit

Permalink
Upgrade optional dependences
Browse files Browse the repository at this point in the history
The following optional dependences are upgraded in order to have a
better support for python 3.12/3.13.

- msgpack 1.1.0
- asyncssh 2.17.0

Signed-off-by: Andrea Cervesato <[email protected]>
  • Loading branch information
acerv committed Oct 10, 2024
1 parent 046d10f commit a5a6368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ exclude = ["libkirk.tests"]
kirk = "libkirk.main:run"

[project.optional-dependencies]
ssh = ["asyncssh <= 2.13.2"]
ltx = ["msgpack <= 1.0.5"]
ssh = ["asyncssh <= 2.17.0"]
ltx = ["msgpack <= 1.1.0"]

[tool.setuptools]
include-package-data = true

0 comments on commit a5a6368

Please sign in to comment.