Skip to content

Commit

Permalink
Merge pull request #916 from akrherz/gh11_msrest_dep_on_vsts_python_api
Browse files Browse the repository at this point in the history
constrain msrest<0.6 on older vsts-python-api
  • Loading branch information
ocefpaf authored Dec 3, 2024
2 parents df2781b + d81bfb1 commit 9f03f08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipe/patch_yaml/vsts-python-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# older vsts-python-api needs constrained msrest dep
if:
name: vsts-python-api
timestamp_lt: 1733163793000
then:
- tighten_depends:
name: msrest
upper_bound: "0.6"

0 comments on commit 9f03f08

Please sign in to comment.