You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/10/24 04:53:07 UTC

[superset] branch master updated: chore: bump pymssql version (#25737)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 419d122816 chore: bump pymssql version (#25737)
419d122816 is described below

commit 419d12281612bd0cd1bdca121efbb39f02d7cb1e
Author: Gnought <16...@users.noreply.github.com>
AuthorDate: Tue Oct 24 12:53:00 2023 +0800

    chore: bump pymssql version (#25737)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 47d108dc1f..a5bd4347ff 100644
--- a/setup.py
+++ b/setup.py
@@ -173,7 +173,7 @@ setup(
         "impala": ["impyla>0.16.2, <0.17"],
         "kusto": ["sqlalchemy-kusto>=2.0.0, <3"],
         "kylin": ["kylinpy>=2.8.1, <2.9"],
-        "mssql": ["pymssql>=2.1.4, <2.2"],
+        "mssql": ["pymssql>=2.2.8, <3"],
         "mysql": ["mysqlclient>=2.1.0, <3"],
         "ocient": [
             "sqlalchemy-ocient>=1.0.0",