File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-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" ,
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments