Skip to content

Commit 96e936e

Browse files
committed
chore: bump to v0.4.8.5
1 parent 2ee740c commit 96e936e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygwalker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pygwalker.services.global_var import GlobalVarManager
1111
from pygwalker.services.kaggle import show_tips_user_kaggle as __show_tips_user_kaggle
1212

13-
__version__ = "0.4.8.4"
13+
__version__ = "0.4.8.5"
1414
__hash__ = __rand_str()
1515

1616
from pygwalker.api.jupyter import walk, render, table

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"ipywidgets",
2020
"pydantic",
2121
"psutil",
22-
"duckdb==0.10.1",
22+
"duckdb>=0.10.1,<0.11.0",
2323
"pyarrow",
2424
"sqlglot>=23.15.8",
2525
"requests",

0 commit comments

Comments
 (0)