Skip to content

Commit 77d5052

Browse files
author
Ghislain Fourny
committed
Update.
1 parent 13295e0 commit 77d5052

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsoniq"
7-
version = "2.0.7"
7+
version = "2.0.8"
88
description = "Python edition of RumbleDB, a JSONiq engine"
99
requires-python = ">=3.11"
1010
dependencies = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyspark==4.0
1+
pyspark==4.0.1
22
pandas==2.3

src/jsoniq/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pandas as pd
88
import importlib.resources as pkg_resources
99

10-
with pkg_resources.path("jsoniq.jars", "rumbledb-2.0.0.jar") as jar_path:
10+
with pkg_resources.path("jsoniq.jars", "rumbledb-2.0.8.jar") as jar_path:
1111
jar_path_str = "file://" + str(jar_path)
1212

1313
def get_spark_version():

0 commit comments

Comments
 (0)