We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26320f3 commit 8f72470Copy full SHA for 8f72470
2 files changed
finecode_jsonrpc/pyproject.toml
@@ -5,7 +5,7 @@ description = "JSON-RPC client implementation for FineCode"
5
authors = [{ name = "Vladyslav Hnatiuk", email = "aders1234@gmail.com" }]
6
readme = "README.md"
7
requires-python = ">=3.11, <= 3.14"
8
-dependencies = ["loguru==0.7.*", "culsans==0.9.*", "apischema==0.19.*"]
+dependencies = ["loguru==0.7.*", "culsans==0.11.*", "apischema==0.19.*"]
9
10
[dependency-groups]
11
dev_workspace = ["finecode~=0.4.0a0", "finecode_dev_common_preset~=0.3.0a0"]
pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
"mcp==1.13.*",
21
"fine_python_virtualenv~=0.2.0a0",
22
"fine_python_pip~=0.2.0a0",
23
- "culsans==0.9.*",
+ "culsans==0.11.*",
24
"apischema==0.19.*",
25
]
26
0 commit comments