We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f9eed commit 8de9f8dCopy full SHA for 8de9f8d
.github/workflows/avatar.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Install
80
run: |
81
pip install --upgrade pip
82
- pip install rootcanal==1.9.0
+ pip install rootcanal==1.10.0
83
pip install .
84
- name: Rootcanal
85
run: nohup python -m rootcanal > rootcanal.log &
pyproject.toml
@@ -25,7 +25,7 @@ avatar = "avatar:main"
25
26
[project.optional-dependencies]
27
dev = [
28
- "rootcanal>=1.9.0",
+ "rootcanal==1.10.0",
29
"grpcio-tools>=1.57",
30
"pyright==1.1.298",
31
"mypy==1.5.1",
0 commit comments