Skip to content

Commit a1b26de

Browse files
committed
Bump version to 0.8.5.2 in pyproject.toml; update orjson dependency to be optional in uv.lock; comment out init call in __init__.py for clarity.
1 parent 827240f commit a1b26de

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = [
2727
name = "FlowerPower"
2828
readme = "README.md"
2929
requires-python = ">= 3.11"
30-
version = "0.8.5.1"
30+
version = "0.8.5.2"
3131

3232
[project.scripts]
3333
flowerpower = "flowerpower.cli:app"
@@ -70,15 +70,15 @@ requires = ["hatchling"]
7070

7171
[tool.rye]
7272
dev-dependencies = [
73-
"ipython>=8.24.0",
74-
"isort>=5.13.2",
75-
"ruff>=0.7.1",
76-
"polars>=1.12.0",
77-
"duckdb>=1.1.3",
78-
"jupyterlab>=4.3.0",
79-
"deltalake>=0.21.0",
80-
"datafusion>=42.0.0",
81-
"pysqlite3>=0.5.4",
73+
"ipython>=8.24.0",
74+
"isort>=5.13.2",
75+
"ruff>=0.7.1",
76+
"polars>=1.12.0",
77+
"duckdb>=1.1.3",
78+
"jupyterlab>=4.3.0",
79+
"deltalake>=0.21.0",
80+
"datafusion>=42.0.0",
81+
"pysqlite3>=0.5.4",
8282
]
8383
#[tool.rye.scripts]
8484
#flowerpower = {cmd = ["python", "-m", "flowerpower.cli"]}

src/flowerpower/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .flowerpower import init as init_flowerpower
22

3-
#_ = init()
3+
# _ = init()

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)