We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc8b1d8 + 6aee901 commit d4d4538Copy full SHA for d4d4538
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v1.0.5
2
+
3
+* Update requirements.txt to use the most recent hiro-graph-client of version 5.x.x.
4
5
6
# v1.0.4
7
8
* Update documentation in README.md. Added missing key "order" in result data.
src/hiro_batch_client/VERSION
@@ -1 +1 @@
-1.0.4
+1.0.5
src/hiro_batch_client/requirements.txt
@@ -6,4 +6,4 @@ setuptools~=56.1.0
websocket-client~=0.59.0
apscheduler~=3.7.0
9
-hiro-graph-client~=5.0.0
+hiro-graph-client>=5.0.0
0 commit comments