Skip to content

Commit 8f72470

Browse files
committed
Migrate to culsans 0.11
1 parent 26320f3 commit 8f72470

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

finecode_jsonrpc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "JSON-RPC client implementation for FineCode"
55
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
66
readme = "README.md"
77
requires-python = ">=3.11, <= 3.14"
8-
dependencies = ["loguru==0.7.*", "culsans==0.9.*", "apischema==0.19.*"]
8+
dependencies = ["loguru==0.7.*", "culsans==0.11.*", "apischema==0.19.*"]
99

1010
[dependency-groups]
1111
dev_workspace = ["finecode~=0.4.0a0", "finecode_dev_common_preset~=0.3.0a0"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"mcp==1.13.*",
2121
"fine_python_virtualenv~=0.2.0a0",
2222
"fine_python_pip~=0.2.0a0",
23-
"culsans==0.9.*",
23+
"culsans==0.11.*",
2424
"apischema==0.19.*",
2525
]
2626

0 commit comments

Comments
 (0)