File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
38
38
" setuptools==78.0.1" ,
39
39
" snowflake-connector-python[secure-local-storage]==3.14.0" ,
40
40
' snowflake-snowpark-python>=1.15.0,<1.26.0;python_version < "3.12"' ,
41
- ' snowflake.core==1.0.2 ; python_version < "3.12"' ,
41
+ ' snowflake.core==1.1.0 ; python_version < "3.12"' ,
42
42
" tomlkit==0.13.2" ,
43
43
" typer==0.15.2" ,
44
44
" urllib3>=1.24.3,<2.4" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rich==13.9.4
11
11
setuptools == 78.0.1
12
12
snowflake-connector-python [secure-local-storage ]== 3.14.0
13
13
snowflake-snowpark-python >= 1.15.0 ,< 1.26.0 ;python_version < "3.12"
14
- snowflake.core == 1.0.2 ; python_version < "3.12"
14
+ snowflake.core == 1.1.0 ; python_version < "3.12"
15
15
tomlkit == 0.13.2
16
16
typer == 0.15.2
17
17
urllib3 >= 1.24.3 ,< 2.4
You can’t perform that action at this time.
0 commit comments