Skip to content

Commit

Permalink
Merge pull request #196 from AnacondaRecipes/hotfix-conda-content-trust
Browse files Browse the repository at this point in the history
`conda-content-trust` is incompatible with `cryptography=41.0.0`
  • Loading branch information
cbouss authored Jul 10, 2023
2 parents 74d0083 + 859e534 commit 5e3941c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,8 @@ def patch_record_in_place(fn, record, subdir):
if version.startswith('2.4.0'): # = 2.4.0*
replace_dep(depends, ['conda', 'conda !=22.11.*'], 'conda <23.5.0,!=22.11.*')

if name == "conda-content-trust" and version == "0.1.3":
replace_dep(depends, "cryptography", "cryptography <41.0.0a0")
########################
# run_exports mis-pins #
########################
Expand Down

0 comments on commit 5e3941c

Please sign in to comment.