Skip to content

Commit 17b3e27

Browse files
committed
release 0.5.2
1 parent 4526cf1 commit 17b3e27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "veadk-python"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -34,7 +34,7 @@ dependencies = [
3434
"llama-index-llms-openai-like==0.5.1",
3535
"llama-index-vector-stores-opensearch==0.6.1",
3636
"psycopg2-binary==2.9.10", # For PostgreSQL database (short term memory)
37-
"asyncpg==0.29.0", # For async PostgreSQL database (short term memory)
37+
"asyncpg>=0.29.0", # For async PostgreSQL database (short term memory)
3838
"pymysql==1.1.1", # For MySQL database (short term memory)
3939
"aiomysql==0.3.2", # For async MySQL database (short term memory)
4040
"opensearch-py==2.8.0",

veadk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = "0.5.1"
15+
VERSION = "0.5.2"

0 commit comments

Comments
 (0)