pyodps-catalog 0.1.1__tar.gz → 1.1.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: pyodps_catalog
3
- Version: 0.1.1
3
+ Version: 1.1.0
4
4
  Summary: Alibaba Cloud MaxCompute openapi SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/darabonba-openapi
6
6
  Author: Alibaba Cloud SDK
@@ -20,8 +20,9 @@ Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Topic :: Software Development
21
21
  Requires-Python: >=3.6
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: maxcompute_tea_openapi<2.0.0,>=1.0.0
23
+ Requires-Dist: maxcompute_tea_openapi<2.0.0,>=1.1.0
24
24
  Requires-Dist: alibabacloud_tea_util<1.0.0,>=0.3.13
25
+ Requires-Dist: maxcompute_tea_util<1.0.0,>=0.0.1
25
26
  Dynamic: author
26
27
  Dynamic: author-email
27
28
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ __version__ = "1.1.0"