Skip to content

Commit

Permalink
[FSTORE-1564] Bump HSFS requirements in hopsworks-api
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Oct 31, 2024
1 parent 2606795 commit 936cef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<groupId>com.logicalclocks</groupId>
<artifactId>hopsworks</artifactId>
<version>3.9.0-RC0</version>
<version>3.9.0-RC3</version>
</project>
2 changes: 1 addition & 1 deletion python/hopsworks/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "3.9.0rc0"
__version__ = "3.9.0rc3"
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 936cef1

Please sign in to comment.