Skip to content

Commit 4706f25

Browse files
authored
Update package versions in requirements.txt and update conda dep (#4016)
1 parent 4eb618b commit 4706f25

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ci/snyk/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=40.6.0
22
wheel
3-
cloudpickle>=1.6.0,<=2.0.0
4-
snowflake-connector-python>=3.14.0,<4.0.0
3+
cloudpickle>=1.6.0,<=3.1.1,!=2.1.0,!=2.2.0
4+
snowflake-connector-python>=3.17.0,<5.0.0
55
typing-extensions>=4.1.0,<5.0.0

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ requirements:
3838
# Snowpark IR
3939
- protobuf==3.20.1 # [py<=310]
4040
- protobuf==4.25.3 # [py>310]
41-
- mypy-protobuf
41+
# mypy-protobuf 3.7.0 requires protobuf >= 5.26
42+
- mypy-protobuf <=3.6.0
4243
run:
4344
{% if noarch_build and py == 39 %}
4445
- python >=3.9,<3.10.0a0

0 commit comments

Comments
 (0)