File tree Expand file tree Collapse file tree 4 files changed +979
-754
lines changed
Expand file tree Collapse file tree 4 files changed +979
-754
lines changed Original file line number Diff line number Diff line change 1414 tests :
1515 strategy :
1616 matrix :
17- python-version : ["3.10.9 ", "3.11.5 ", "3.12 .2"]
17+ python-version : ["3.12.2 ", "3.13.3 ", "3.14 .2"]
1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ authors = [
99requires-python = " >=3.10,<4.0"
1010readme = " README.md"
1111dependencies = [
12- " snowflake-connector-python[secure-local-storage]>=3.12.1,<4 " ,
12+ " snowflake-connector-python[secure-local-storage]>=4.2.0 " ,
1313 " pydantic-settings>=2.2.1,<3" ,
14- " typer>=0.16.0,<0.17" ,
1514]
1615
1716[dependency-groups ]
@@ -25,7 +24,7 @@ dev = [
2524[tool .uv ]
2625
2726[tool .uv .sources ]
28- snowflake-vcrpy = { git = " https://github.com/Snowflake-Labs/snowflake-vcrpy.git" , rev = " 50c7de2378177c39318f10eaba67e82f6fd8af39 " }
27+ snowflake-vcrpy = { git = " https://github.com/Snowflake-Labs/snowflake-vcrpy.git" , rev = " eb04664d233f53958deb316eb4968ff842424337 " }
2928
3029[build-system ]
3130requires = [" hatchling" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments