alibabacloud-fc20230330 4.2.0__tar.gz → 4.2.3__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.
Files changed (17) hide show
  1. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/ChangeLog.md +12 -0
  2. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/PKG-INFO +1 -1
  3. alibabacloud_fc20230330-4.2.3/alibabacloud_fc20230330/__init__.py +1 -0
  4. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/alibabacloud_fc20230330/client.py +564 -1104
  5. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/alibabacloud_fc20230330/models.py +191 -102
  6. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/alibabacloud_fc20230330.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/alibabacloud_fc20230330.egg-info/requires.txt +1 -1
  8. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/setup.py +2 -2
  9. alibabacloud_fc20230330-4.2.0/alibabacloud_fc20230330/__init__.py +0 -1
  10. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/LICENSE +0 -0
  11. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/MANIFEST.in +0 -0
  12. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/README-CN.md +0 -0
  13. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/README.md +0 -0
  14. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/alibabacloud_fc20230330.egg-info/SOURCES.txt +0 -0
  15. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/alibabacloud_fc20230330.egg-info/dependency_links.txt +0 -0
  16. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/alibabacloud_fc20230330.egg-info/top_level.txt +0 -0
  17. {alibabacloud_fc20230330-4.2.0 → alibabacloud_fc20230330-4.2.3}/setup.cfg +0 -0
@@ -1,3 +1,15 @@
1
+ 2025-04-11 Version: 4.2.2
2
+ - Generated python 2023-03-30 for FC.
3
+
4
+ 2025-04-11 Version: 4.3.0
5
+ - Support API DescribeRegions.
6
+
7
+
8
+ 2025-04-01 Version: 4.2.0
9
+ - Support API DisableFunctionInvocation.
10
+ - Support API EnableFunctionInvocation.
11
+
12
+
1
13
  2025-03-31 Version: 4.1.9
2
14
  - Update API ListFunctions: add request parameters description.
3
15
  - Update API ListFunctions: add request parameters gpuType.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_fc20230330
3
- Version: 4.2.0
3
+ Version: 4.2.3
4
4
  Summary: Alibaba Cloud Function Compute (20230330) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1 @@
1
+ __version__ = '4.2.3'