We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea1d26 commit 5807805Copy full SHA for 5807805
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "python_thingset"
7
-version = "0.2.6"
+version = "0.2.7"
8
description = "A Python library for ThingSet functionality"
9
authors = [
10
{ name = "Adam Mitchell", email = "adam.mitchell@brillpower.com" }
python_thingset/client.py
@@ -20,7 +20,7 @@ def fetch(
20
parent_id: Union[int, str],
21
ids: List[Union[int, str]],
22
node_id: Union[int, None] = None,
23
- get_paths: bool = True,
+ get_paths: bool = False,
24
) -> ThingSetResponse:
25
values = []
26
@@ -55,7 +55,7 @@ def get(
55
self,
56
value_id: Union[int, str],
57
58
59
60
61
0 commit comments