Skip to content

Commit 1556104

Browse files
authored
chore(relase): Release of 1.12.2 (#5)
* updates verison to 1.12.1 * fix(developer-edition): hardcodes langflow version * release of 1.12.2 --------- Signed-off-by: Eric Marcoux <eric.marcoux@ibm.com>
1 parent e55233b commit 1556104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ibm_watsonx_orchestrate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pkg_name = "ibm-watsonx-orchestrate"
77

88

9-
__version__ = "1.12.0"
9+
__version__ = "1.12.2"
1010

1111

1212
from ibm_watsonx_orchestrate.utils.logging.logger import setup_logging

src/ibm_watsonx_orchestrate/docker/default.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ CPE_REGISTRY=
114114
VOICE_CONTROLLER_TAG=12-09-2025-0e04772
115115
VOICE_CONTROLLER_REGISTRY=
116116

117-
LANGFLOW_TAG=
117+
LANGFLOW_TAG=1.5.0.post2
118118
LANGFLOW_IMAGE=
119119

120120
# IBM Document Processing

0 commit comments

Comments
 (0)