File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.5.14 "
3+ version = " 0.5.15 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def get_ark_token(region: str = "cn-beijing") -> str:
5252 region = region ,
5353 host = host ,
5454 )
55- logger .info (f"Successfully fetched ARK API Key list: { res } " )
5655 try :
5756 first_api_key_id = res ["Result" ]["Items" ][0 ]["Id" ]
5857 logger .warning ("By default, VeADK fetches the first API Key in the list." )
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.14 "
15+ VERSION = "0.5.15 "
You can’t perform that action at this time.
0 commit comments