dagster-dingtalk 0.1.13__tar.gz → 0.1.14__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-dingtalk
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author: YiZixuan
6
6
  Author-email: sqkkyzx@qq.com
@@ -170,7 +170,7 @@ class DingTalkWebhookResource(ConfigurableResource):
170
170
 
171
171
  :param response: 钉钉Webhook API响应的JSON数据
172
172
  """
173
- errcode = response.json().get("errcode")
173
+ errcode = str(response.json().get("errcode"))
174
174
  errmsg = response.json().get("errmsg")
175
175
 
176
176
  if errcode == "0":
@@ -0,0 +1 @@
1
+ __version__ = "0.1.14"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dagster-dingtalk"
3
- version = "0.1.13"
3
+ version = "0.1.14"
4
4
  description = "A dagster plugin for the DingTalk"
5
5
  authors = ["YiZixuan <sqkkyzx@qq.com>"]
6
6
  readme = "README.md"
@@ -1 +0,0 @@
1
- __version__ = "0.1.13"