We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c00762 commit 0e4bdcfCopy full SHA for 0e4bdcf
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "veadk-python"
3
-version = "0.5.0"
+version = "0.5.1"
4
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -40,7 +40,7 @@ dependencies = [
40
"opensearch-py==2.8.0",
41
"filetype==1.2.0",
42
"vikingdb-python-sdk==0.1.3",
43
- "agentkit-sdk-python==0.2.0"
+ "agentkit-sdk-python>=0.2.0"
44
]
45
46
[project.scripts]
veadk/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION = "0.5.0"
+VERSION = "0.5.1"
0 commit comments