Skip to content

Commit 25e3e34

Browse files
authored
[RAPTOR-15446] bump DRUM v1.17.10 (#1808)
1 parent b30534d commit 25e3e34

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

custom_model_runner/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
#### [1.17.10] - 2025-12-18
9+
##### Fixed
10+
- ADDRESS env var override from CLI parameter.
11+
- Removed cgi usage to fix deprecation warning in Python 3.12.
12+
- Consolidated werkzeug parse_options_header usage.
13+
714
#### [1.17.9] - 2025-12-05
815
##### Changed
916
- Suppressed OTEL instrumentation for monitoring agent network calls.

custom_model_runner/datarobot_drum/drum/description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
This is proprietary source code of DataRobot, Inc. and its affiliates.
55
Released under the terms of DataRobot Tool and Utility Agreement.
66
"""
7-
version = "1.17.9"
7+
version = "1.17.10"
88
__version__ = version
99
project_name = "datarobot-drum"

0 commit comments

Comments
 (0)