Skip to content

Commit 41585c7

Browse files
authored
[DBA-303] bump demo-snowflake-project deps to stable versions (#93)
Switch from pinned dev versions to compatible-release specifiers: - databao: ==0.3.4.dev1 -> ~=0.3.4 - databao-agent: ==0.2.1.dev12 -> ~=0.2.1 - databao-context-engine[snowflake]: ==0.7.1.dev2 -> ~=0.7.2 Refresh uv.lock accordingly.
1 parent f2c410a commit 41585c7

2 files changed

Lines changed: 1052 additions & 1041 deletions

File tree

examples/demo-snowflake-project/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description = "Databao demo project for Snowflake"
55
readme = "README.md"
66
requires-python = ">=3.11,<3.12"
77
dependencies = [
8-
"databao==0.3.4.dev1",
9-
"databao-agent==0.2.1.dev12",
10-
"databao-context-engine[snowflake]==0.7.1.dev2",
8+
"databao~=0.3.4",
9+
"databao-agent~=0.2.1",
10+
"databao-context-engine[snowflake]~=0.7.2",
1111
"streamlit[snowflake]>=1.53.0",
1212
"adbc-driver-snowflake>=1.10.0",
1313
"adbc-driver-manager>=1.10.0",

0 commit comments

Comments
 (0)