You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/07/06 16:28:09 UTC

[superset] branch master updated: fix: set max version for pyocient (#24556)

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

michaelsmolina 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 64d728f80f fix: set max version for pyocient (#24556)
64d728f80f is described below

commit 64d728f80f109380d2453f47e60465f857d312af
Author: jwilliams-ocient <60...@users.noreply.github.com>
AuthorDate: Thu Jul 6 11:28:03 2023 -0500

    fix: set max version for pyocient (#24556)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d07a1ea0a2..22a5940947 100644
--- a/setup.py
+++ b/setup.py
@@ -167,7 +167,7 @@ setup(
         "mysql": ["mysqlclient>=2.1.0, <3"],
         "ocient": [
             "sqlalchemy-ocient>=1.0.0",
-            "pyocient>=1.0.15",
+            "pyocient>=1.0.15, <2",
             "shapely",
             "geojson",
         ],