Skip to content

Commit 5226c6b

Browse files
NiallEgansusodapop
authored andcommitted
Pin Python client version
1 parent 5078e57 commit 5226c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdexec/clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="databricks-sql-connector",
5-
version="0.0.0",
5+
version="2.0.0-rc1",
66
package_dir={"": "src"},
77
packages=setuptools.find_packages(where="src"),
88
install_requires=["pyarrow", 'thrift>=0.10.0', "pandas"],

0 commit comments

Comments
 (0)