We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1415c commit c367a43Copy full SHA for c367a43
CHANGLOG.md
@@ -1,3 +1,8 @@
1
+## [0.1.19] - 2025-11-10
2
+### Added
3
+- langchain callback support langchain V1
4
+- langchain callback support set tag and name
5
+
6
## [0.1.19] - 2025-11-10
7
### Fixed
8
- fix baggage escape problem
cozeloop/internal/version.py
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
# SPDX-License-Identifier: MIT
-VERSION = 'v0.1.20a7'
+VERSION = 'v0.1.20'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cozeloop"
-version = "0.1.20a7"
+version = "0.1.20"
description = "coze loop sdk"
authors = ["JiangQi715 <jiangqi.rrt@bytedance.com>"]
license = "MIT"
0 commit comments