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 d2b6921 commit 72ff3dcCopy full SHA for 72ff3dc
2 files changed
.github/workflows/main.yml
@@ -36,7 +36,8 @@ jobs:
36
37
- name: Perform type checks with mypy
38
run: |
39
- pip install mypy==1.10.0
+ pip install mypy==1.19.1 types-PyYAML
40
+ mypy yclienttools
41
42
- name: Run unit tests
43
CHANGELOG.md
@@ -12,6 +12,7 @@
12
- `ydf_irm`: take into account whether the user indicates that the path
13
itself is to be kept when checking that the path meets the minimum
14
depth requirement.
15
+- Fix various typing issues.
16
17
## 2026-03-31 v2.4.0
18
0 commit comments