We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfd956 commit b152594Copy full SHA for b152594
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "veadk-python"
3
-version = "0.5.4"
+version = "0.5.5"
4
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -38,7 +38,7 @@ dependencies = [
38
"aiomysql==0.3.2", # For async MySQL database (short term memory)
39
"opensearch-py==2.8.0",
40
"filetype==1.2.0",
41
- "vikingdb-python-sdk==0.1.3",
+ "vikingdb-python-sdk>=0.1.3",
42
"agentkit-sdk-python>=0.2.0",
43
"python-frontmatter==1.1.0",
44
]
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.4"
+VERSION = "0.5.5"
0 commit comments