We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b013f + 612bfab commit 3f393bbCopy full SHA for 3f393bb
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "yeti-python"
3
-version = "2.0.6"
+version = "2.0.7"
4
description = "Python bindings for the Yeti API"
5
authors = ["tomchop"]
6
license = "Apache"
yeti/api.py
@@ -280,7 +280,7 @@ def get_yara_bundle_with_overlays(
280
tags: list[str] | None = None,
281
exclude_tags: list[str] | None = None,
282
overlays: list[str] | None = None,
283
- ) -> str:
+ ) -> dict[str, str]:
284
"""Gets a Yara bundle with overlays.
285
286
Args:
0 commit comments