From e93a9b42e6dacf94cea7927d20489330688e95db Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Wed, 13 Sep 2023 14:34:48 +0300 Subject: [PATCH] install python sdk from pip --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 49b1836..648ac77 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ project_urls = [options] packages = find: install_requires = - firebolt-sdk@git+https://github.com/firebolt-db/firebolt-python-sdk@main + firebolt-sdk>=1.0.0a sqlalchemy>=1.0.0 python_requires = >=3.7 package_dir =