Skip to content

Commit 3f393bb

Browse files
authored
Merge pull request #11 from yeti-platform/fixtype
Fixtype
2 parents 92b013f + 612bfab commit 3f393bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yeti-python"
3-
version = "2.0.6"
3+
version = "2.0.7"
44
description = "Python bindings for the Yeti API"
55
authors = ["tomchop"]
66
license = "Apache"

yeti/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def get_yara_bundle_with_overlays(
280280
tags: list[str] | None = None,
281281
exclude_tags: list[str] | None = None,
282282
overlays: list[str] | None = None,
283-
) -> str:
283+
) -> dict[str, str]:
284284
"""Gets a Yara bundle with overlays.
285285
286286
Args:

0 commit comments

Comments
 (0)