agentengine-sdk-python 0.5.1__tar.gz → 0.5.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentengine-sdk-python
3
- Version: 0.5.1
3
+ Version: 0.5.3
4
4
  Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
5
5
  Author-email: KsADK Team <xiayu@kingsoft.com>
6
6
  License-Expression: MIT
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Requires-Python: >=3.10
17
17
  Description-Content-Type: text/markdown
18
- Requires-Dist: ksadk==0.5.1
18
+ Requires-Dist: ksadk==0.5.3
19
19
 
20
20
  # agentengine-sdk-python
21
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentengine-sdk-python
3
- Version: 0.5.1
3
+ Version: 0.5.3
4
4
  Summary: Kingsoft Cloud Agent Engine SDK (alias for ksadk)
5
5
  Author-email: KsADK Team <xiayu@kingsoft.com>
6
6
  License-Expression: MIT
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.11
15
15
  Classifier: Programming Language :: Python :: 3.12
16
16
  Requires-Python: >=3.10
17
17
  Description-Content-Type: text/markdown
18
- Requires-Dist: ksadk==0.5.1
18
+ Requires-Dist: ksadk==0.5.3
19
19
 
20
20
  # agentengine-sdk-python
21
21
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "agentengine-sdk-python"
7
- version = "0.5.1"
7
+ version = "0.5.3"
8
8
  description = "Kingsoft Cloud Agent Engine SDK (alias for ksadk)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -22,7 +22,7 @@ classifiers = [
22
22
  "Programming Language :: Python :: 3.12",
23
23
  ]
24
24
  dependencies = [
25
- "ksadk==0.5.1", # 依赖主包
25
+ "ksadk==0.5.3", # 依赖主包
26
26
  ]
27
27
 
28
28
  [project.urls]