Skip to content

Commit ec209e0

Browse files
committed
chore: update to excel-to-sql 0.4.1 and bump version to 0.7.5
Update dependencies: - excel-to-sql: 0.3.0 → 0.4.1 (fixes version inconsistency bug) - Bump wareflow-analysis version to 0.7.5 The excel-to-sql 0.4.1 release fixes critical version mismatch bug where __version__ was hardcoded in __init__.py, causing version checks to fail in downstream packages. See: https://github.com/wareflowx/excel-to-sql/releases/tag/v0.4.1
1 parent d818815 commit ec209e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wareflow-analysis"
3-
version = "0.6.0"
3+
version = "0.7.5"
44
description = "Warehouse data analysis CLI tool"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -17,7 +17,7 @@ dependencies = [
1717
"typer>=0.21",
1818
"pandas>=2.0",
1919
"openpyxl>=3.0",
20-
"excel-to-sql>=0.4.0",
20+
"excel-to-sql>=0.4.1",
2121
"pyyaml",
2222
"customtkinter>=5.2",
2323
"pillow>=10.0",

0 commit comments

Comments
 (0)