Master 2026.4 - #4417
Open
dtrawins wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates OpenVINO Model Server’s “master” version line to 2026.4.0, aligning build/packaging metadata and test file manifests with the newer OpenVINO / GenAI component revisions.
Changes:
- Bump OVMS product/version strings to 2026.4.0 across Windows tooling, Makefile, and Docker build args/labels.
- Update OpenVINO / Tokenizers / GenAI source commit pins and switch referenced GenAI binary package URLs to 2026.4 nightly artifacts.
- Refresh packaging/test file lists to match the 2026.4 shared library SONAME/version expectations and Python metadata directories.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
windows_set_ovms_version.py |
Updates OVMS project version used to stamp src/version.hpp during Windows builds. |
versions.mk |
Updates pinned OpenVINO-related commit SHAs and GenAI binary package URLs for 2026.4. |
tests/file_lists/lib_files.txt |
Updates expected OpenVINO/GenAI library versioned filenames for packaging tests. |
tests/file_lists/lib_files_python.txt |
Updates expected OpenVINO/GenAI library filenames for Python packaging tests. |
Makefile |
Bumps default PRODUCT_VERSION to 2026.4.0 for image/tag/version stamping. |
Dockerfile.ubuntu |
Updates Python dist-info metadata dirs and PROJECT_VERSION build arg to 2026.4.0. |
Dockerfile.redhat |
Updates Python dist-info metadata content and image label/version to 2026.4.0. |
demos/common/export_models/requirements.txt |
Pins demo export dependencies to OpenVINO/OpenVINO-Tokenizers 2026.4 nightly wheels. |
create_package.sh |
Updates generated Python dist-info metadata directory naming/version for openvino-genai. |
| OV_SOURCE_ORG ?= openvinotoolkit | ||
| OV_GENAI_ORG ?= openvinotoolkit | ||
| OV_TOKENIZERS_ORG ?= openvinotoolkit | ||
| OV_TOKENIZERS_ORG ?= openvinotoolkit |
Comment on lines
21
to
+24
| WIN_OV_VERSION_REGEX = re.compile(r'[0-9]{4}.[0-9].[0-9]+') | ||
| WIN_OV_ZIP_PACKAGE_DIR = "openvino_genai_windows_" | ||
| VERSION_FILE = "src\\version.hpp" | ||
| OVMS_PROJECT_VERSION="2026.3.0" | ||
| OVMS_PROJECT_VERSION="2026.4.0" |
Comment on lines
+97
to
+98
| if ! [[ $debug_bazel_flags == *"_py_off"* ]]; then mkdir -p /ovms_release/lib/python/openvino_genai-2026.4.dist-info ; \ | ||
| echo $'Metadata-Version: 1.0\nName: openvino-genai\nVersion: 2026.4\nRequires-Python: >=3.9\nRequires-Dist: openvino-genai~=2026.4.0' > /ovms_release/lib/python/openvino_genai-2026.4.dist-info/METADATA; fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠 Summary
🧪 Checklist
``