Skip to content

Commit ebc75cc

Browse files
authored
feat: update packages, change supported python versions (#32)
1 parent 453dc9f commit ebc75cc

File tree

4 files changed

+979
-754
lines changed

4 files changed

+979
-754
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ authors = [
99
requires-python = ">=3.10,<4.0"
1010
readme = "README.md"
1111
dependencies = [
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]
3130
requires = ["hatchling"]

snowflake_utils/__main__.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)