AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

upper bound for cloudpickle for snowflake-snowpark-python #160

Closed mcg1969 closed 2 years ago

mcg1969 commented 2 years ago

snowflake-snowpark-python needs to pin cloudpickle to 2.0.0 or less (yes, <=) according to the upstream authors. Version 0.7.0 already has the correct pin; only 0.6.0 is affected.

***************
*** 552125,552135 ****
        "build_number": 0,
        "constrains": [
          "pandas >1,<1.4"
        ],
        "depends": [
!         "cloudpickle >=1.6.0",
          "python >=3.8,<3.9.0a0",
          "snowflake-connector-python",
          "typing-extensions >=4.1.0"
        ],
        "license": "Apache-2.0",
--- 552125,552135 ----
        "build_number": 0,
        "constrains": [
          "pandas >1,<1.4"
        ],
        "depends": [
!         "cloudpickle >=1.6.0,<=2.0.0",
          "python >=3.8,<3.9.0a0",
          "snowflake-connector-python",
          "typing-extensions >=4.1.0"
        ],
        "license": "Apache-2.0",