Skip to content

Commit a77d494

Browse files
chore: bump deps
1 parent 413d1be commit a77d494

2 files changed

Lines changed: 487 additions & 439 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ license = "Apache-2.0"
1010

1111
requires-python = "~=3.11.0"
1212
dependencies = [
13-
"streamlit==1.45.1",
14-
"snowflake-snowpark-python==1.34.0",
15-
"pydantic==2.10.3",
13+
"streamlit==1.52.2",
14+
"snowflake-snowpark-python",
15+
"pydantic==2.12.4",
1616
"tabulate==0.9.0",
17-
"toolz==1.00.0",
17+
"toolz==1.1.0",
1818
# Pinned deps from https://repo.anaconda.com/pkgs/snowflake/
19-
"idna==3.7",
20-
"setuptools==78.1.1",
21-
"pyarrow<19.0.0",
19+
"idna==3.11",
20+
"setuptools==80.10.2",
2221
]
2322

2423
[project.optional-dependencies]

0 commit comments

Comments
 (0)