dagster-dingtalk 0.1.27__py3-none-any.whl → 0.1.29__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,6 +44,7 @@ class DingTalkClient:
44
44
  self.互动卡片 = 互动卡片__(self)
45
45
  self.OA审批 = OA审批__(self)
46
46
  self.即时通信 = 即时通信__(self)
47
+ self.待办任务 = 待办任务__(self)
47
48
 
48
49
 
49
50
  def __init_clients(self):
@@ -71,12 +72,11 @@ class DingTalkClient:
71
72
  return {}
72
73
 
73
74
  def __file_cache_write(self):
74
- with self.__token_lock:
75
- try:
76
- with open(self.__access_token_file_cache, 'wb') as f:
77
- f.write(pickle.dumps(self.__access_token_cache))
78
- except Exception as e:
79
- logging.error(f"AccessToken 缓存写入失败: {e}")
75
+ try:
76
+ with open(self.__access_token_file_cache, 'wb') as f:
77
+ f.write(pickle.dumps(self.__access_token_cache))
78
+ except Exception as e:
79
+ logging.error(f"AccessToken 缓存写入失败: {e}")
80
80
 
81
81
  def __get_access_token(self) -> str:
82
82
  with self.__token_lock:
@@ -360,7 +360,7 @@ class 通讯录管理__部门管理:
360
360
 
361
361
 
362
362
  # noinspection NonAsciiCharacters, PyPep8Naming
363
- class 待办任务:
363
+ class 待办任务__:
364
364
  def __init__(self, _client:DingTalkClient):
365
365
  self.__client:DingTalkClient = _client
366
366
 
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-dingtalk
3
- Version: 0.1.27
3
+ Version: 0.1.29
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author-email: YiZixuan <sqkkyzx@qq.com>
6
6
  Requires-Python: >=3.11
7
- Requires-Dist: dagster
7
+ Requires-Dist: dagster==1.10.0
8
8
  Requires-Dist: httpx
9
9
  Requires-Dist: pydantic
10
10
  Description-Content-Type: text/markdown
@@ -1,9 +1,9 @@
1
1
  dagster_dingtalk/__init__.py,sha256=Qw145M6Igl-NXuFUS-SHpKxyqvVboQAksXvhBnv0wBM,425
2
- dagster_dingtalk/app_client.py,sha256=EB3_ro7jmkZMjegGBwV3I6n8_raXjMbE7cREkzB6Fvg,35955
2
+ dagster_dingtalk/app_client.py,sha256=9vO7PukQ4hCrHXxIUKkQNC9vNGgioldhFxQ_Tv3IM44,35954
3
3
  dagster_dingtalk/operations.py,sha256=yH_rXJpWc8rwzkiJqjqHKy5iIED0Xi3qbSOv6SVr-eA,3923
4
4
  dagster_dingtalk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  dagster_dingtalk/resources.py,sha256=RtoK-lbHKknzYDRq1bredLMxHm0GhycJ1IxQ7hjgLBw,17868
6
6
  dagster_dingtalk/version.py,sha256=7jeKY88H3WyDN-Lrs5HYlAPbc4flvLTYlLgkgnZOy-g,26
7
- dagster_dingtalk-0.1.27.dist-info/METADATA,sha256=fS8cRhhwZ_F7r058sZV8Nb_2CFVJuqaJwyJxQHUTRKA,7750
8
- dagster_dingtalk-0.1.27.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- dagster_dingtalk-0.1.27.dist-info/RECORD,,
7
+ dagster_dingtalk-0.1.29.dist-info/METADATA,sha256=s2RxK-Tmqp-8rrupBI74xxR70dhOkqWFf9Svqcz-M6I,7758
8
+ dagster_dingtalk-0.1.29.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ dagster_dingtalk-0.1.29.dist-info/RECORD,,