Skip to content

Commit e4e3e25

Browse files
authored
Bump product version 2025.4.1 (#3093)
openvinotoolkit/openvino#33110
2 parents 5041b1d + b717fb7 commit e4e3e25

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(UNIX AND NOT (APPLE OR ANDROID OR CYGWIN))
3030
endif()
3131

3232
project(OpenVINOGenAI
33-
VERSION 2025.4.0.0
33+
VERSION 2025.4.1.0
3434
DESCRIPTION "OpenVINO GenAI"
3535
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai"
3636
LANGUAGES CXX C)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openvino-genai"
3-
version = "2025.4.0.0"
3+
version = "2025.4.1.0"
44
description = "Library of the most popular Generative AI model pipelines, optimized execution methods, and samples"
55
requires-python = ">=3.10"
66
readme = { file = "src/README.md", content-type="text/markdown" }
@@ -29,7 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: Implementation :: CPython"
3030
]
3131
dependencies = [
32-
"openvino_tokenizers~=2025.4.0.0.dev"
32+
"openvino_tokenizers~=2025.4.1.0.dev"
3333
]
3434
[project.optional-dependencies]
3535
testing = ["pytest>=6.0"]
@@ -53,7 +53,7 @@ options = {"ENABLE_PYTHON" = "ON", "BUILD_TOKENIZERS" = "OFF", "ENABLE_SAMPLES"
5353
[build-system]
5454
requires = [
5555
"py-build-cmake==0.5.0",
56-
"openvino~=2025.4.0.0.dev",
56+
"openvino~=2025.4.1.0.dev",
5757
"pybind11-stubgen==2.5.5",
5858
"cmake~=3.23.0; platform_system != 'Darwin' or platform_machine == 'x86_64'",
5959
"cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64'",

samples/deployment-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
2-
openvino_genai~=2025.4.0.0.dev
2+
openvino_genai~=2025.4.1.0.dev
33
librosa==0.11.0 # For Whisper
44
pillow==12.0.0 # Image processing for VLMs
55
json5==0.12.1 # For ReAct

samples/export-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
3-
openvino-tokenizers[transformers]~=2025.4.0.0.dev
3+
openvino-tokenizers[transformers]~=2025.4.1.0.dev
44
optimum-intel[nncf]==1.26.0
55
numpy==1.26.4; platform_system == "Darwin" and platform_machine == "x86_64"
66
safetensors==0.6.2; platform_system == "Darwin" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)