Skip to content

Commit 76886fd

Browse files
committed
fix
1 parent 883b873 commit 76886fd

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

cozeloop/internal/trace/span_processor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# This modified file is released under the same license.
1111
import threading
1212

13-
from multipart import file_path
14-
1513
from cozeloop.internal.trace.exporter import *
1614
from cozeloop.internal.trace.model.model import FinishEventInfo, QueueConf
1715
from cozeloop.internal.trace.queue_manager import BatchQueueManager, BatchQueueManagerOptions, QUEUE_NAME_FILE_RETRY, \

cozeloop/internal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
22
# SPDX-License-Identifier: MIT
33

4-
VERSION = 'v0.1.0'
4+
VERSION = 'v0.1.10'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cozeloop"
3-
version = "0.1.10"
3+
version = "0.1.10b2"
44
description = "coze loop sdk"
55
authors = ["JiangQi715 <jiangqi.rrt@bytedance.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)