dagster-dingtalk 0.1.27__py3-none-any.whl → 0.1.29a1__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,20 +44,14 @@ 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):
50
- self.__oapi_client = httpx.Client(
51
- base_url="https://oapi.dingtalk.com/",
52
- timeout=httpx.Timeout(60.0),
53
- limits=httpx.Limits(max_connections=100),
54
- )
51
+ self.__oapi_client = httpx.Client(base_url="https://oapi.dingtalk.com/")
52
+
53
+ self.__api_client = httpx.Client(base_url="https://api.dingtalk.com/")
55
54
 
56
- self.__api_client = httpx.Client(
57
- base_url="https://api.dingtalk.com/",
58
- timeout=httpx.Timeout(10.0),
59
- limits=httpx.Limits(max_connections=100),
60
- )
61
55
 
62
56
  def __file_cache_read(self) -> dict:
63
57
  if self.__access_token_file_cache.exists():
@@ -360,7 +354,7 @@ class 通讯录管理__部门管理:
360
354
 
361
355
 
362
356
  # noinspection NonAsciiCharacters, PyPep8Naming
363
- class 待办任务:
357
+ class 待办任务__:
364
358
  def __init__(self, _client:DingTalkClient):
365
359
  self.__client:DingTalkClient = _client
366
360
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-dingtalk
3
- Version: 0.1.27
3
+ Version: 0.1.29a1
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author-email: YiZixuan <sqkkyzx@qq.com>
6
6
  Requires-Python: >=3.11
@@ -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=YbovNnH9a20TN3E5Z8ctuMEOeslonL2oz44ofRcdBpY,35765
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.29a1.dist-info/METADATA,sha256=g_Ks_mB3_mLYbVcxW_TFVVZTL2tUL51U1vdEGyiMIZM,7752
8
+ dagster_dingtalk-0.1.29a1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ dagster_dingtalk-0.1.29a1.dist-info/RECORD,,