Skip to content

Commit 62fbd71

Browse files
RamanDamayeuRaman Damayeuclaude
authored
Fix build release (#131)
* Fix Docker build failures in all collectors Resolved package installation issues that were breaking CI builds: - Removed unixodbc-bin package (merged into unixodbc in Debian Bullseye) - Fixed undefined $VENV_PATH variable in all Dockerfiles - Updated odd-collector to use unixodbc instead of deprecated unixodbc-bin The unixodbc-bin package no longer exists as a separate package in Debian Bullseye - its functionality was merged into the main unixodbc package. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Bump odd-collector version to 0.1.72 Prepare for new release with Docker build fixes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Raman Damayeu <rdamayeu@provectus.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f08a101 commit 62fbd71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.69"
1+
VERSION = "0.1.72"

odd-collector/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 = "odd-collector"
3-
version = "0.1.69"
3+
version = "0.1.72"
44
description = "ODD Collector"
55
authors = ["Open Data Discovery <pypi@opendatadiscovery.org>"]
66
keywords = [

0 commit comments

Comments
 (0)