Skip to content

Commit e00ddd8

Browse files
NO-SNOW: limit pip version below 25.3 - since its the only change in frozen pip deps apart from adding tomli in the newest one (to be verified later)
1 parent 7d91031 commit e00ddd8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ requires = [
55
"setuptools>=40.6.0",
66
"wheel",
77
"cython",
8+
"pip<25.3",
89
]
910

1011
[tool.cibuildwheel]

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ def finalize_options(self):
197197
cmd_class["egg_info"] = SetDefaultInstallationExtras
198198

199199
setup(
200-
name="snowflake-connector-python",
201-
description="Snowflake Connector for Python",
202200
version=version,
203201
ext_modules=extensions,
204202
cmdclass=cmd_class,

0 commit comments

Comments
 (0)