dagster-dingtalk 0.1.10b1__tar.gz → 0.1.10b2__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.10b1
3
+ Version: 0.1.10b2
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author: YiZixuan
6
6
  Author-email: sqkkyzx@qq.com
@@ -7,7 +7,7 @@ import urllib.parse
7
7
  from typing import Optional, Tuple, List, Literal
8
8
  import httpx
9
9
  from pydantic import Field
10
- from app_client import DingTalkClient
10
+ from .app_client import DingTalkClient
11
11
  from dagster import ConfigurableResource, InitResourceContext
12
12
 
13
13
 
@@ -0,0 +1 @@
1
+ __version__ = "0.1.10b2"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dagster-dingtalk"
3
- version = "0.1.10b1"
3
+ version = "0.1.10b2"
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.10b1"