We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413d1be commit a77d494Copy full SHA for a77d494
2 files changed
pyproject.toml
@@ -10,15 +10,14 @@ license = "Apache-2.0"
10
11
requires-python = "~=3.11.0"
12
dependencies = [
13
- "streamlit==1.45.1",
14
- "snowflake-snowpark-python==1.34.0",
15
- "pydantic==2.10.3",
+ "streamlit==1.52.2",
+ "snowflake-snowpark-python",
+ "pydantic==2.12.4",
16
"tabulate==0.9.0",
17
- "toolz==1.00.0",
+ "toolz==1.1.0",
18
# Pinned deps from https://repo.anaconda.com/pkgs/snowflake/
19
- "idna==3.7",
20
- "setuptools==78.1.1",
21
- "pyarrow<19.0.0",
+ "idna==3.11",
+ "setuptools==80.10.2",
22
]
23
24
[project.optional-dependencies]
0 commit comments