dagster-dingtalk 0.1.21__tar.gz → 0.1.22__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.21
3
+ Version: 0.1.22
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author: YiZixuan
6
6
  Author-email: sqkkyzx@qq.com
@@ -130,7 +130,7 @@ class 智能人事_花名册_API:
130
130
  if text_to_select_convert is not None:
131
131
  body_dict["text2SelectConvert"] = text_to_select_convert
132
132
 
133
- response = self.__client.api.post(url="/topapi/smartwork/hrm/roster/meta/get", json=body_dict, )
133
+ response = self.__client.api.post(url="/v1.0/hrm/rosters/lists/query", json=body_dict, )
134
134
  return response.json()
135
135
 
136
136
  # noinspection NonAsciiCharacters
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dagster-dingtalk"
3
- version = "0.1.21"
3
+ version = "0.1.22"
4
4
  description = "A dagster plugin for the DingTalk"
5
5
  authors = ["YiZixuan <sqkkyzx@qq.com>"]
6
6
  readme = "README.md"