From 936cef112f63f38a088bc76c641e0976b38d8d34 Mon Sep 17 00:00:00 2001 From: Fabio Buso Date: Thu, 31 Oct 2024 10:45:43 +0100 Subject: [PATCH] [FSTORE-1564] Bump HSFS requirements in hopsworks-api --- java/pom.xml | 2 +- python/hopsworks/version.py | 2 +- python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 7c1559316..6dd316bec 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -6,5 +6,5 @@ com.logicalclocks hopsworks - 3.9.0-RC0 + 3.9.0-RC3 diff --git a/python/hopsworks/version.py b/python/hopsworks/version.py index d54276c37..c1e887106 100644 --- a/python/hopsworks/version.py +++ b/python/hopsworks/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "3.9.0rc0" +__version__ = "3.9.0rc3" diff --git a/python/pyproject.toml b/python/pyproject.toml index cb405bc94..04f6e72e1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ - "hsfs[python]==3.9.0rc0", + "hsfs[python]==3.9.0rc3", "hsml==3.9.0rc0", "pyhumps==1.6.1", "requests",