Skip to content

Commit

Permalink
Merge pull request #251 from bluelabsio/RM-101-Python-3.10-3.11-build…
Browse files Browse the repository at this point in the history
…-breaking

RM-101 max PyYAML version
  • Loading branch information
ryantimjohn authored Aug 8, 2023
2 parents ff001b5 + 5d3f56b commit 344bc55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ def initialize_options(self) -> None:
# what we support
#
# https://github.com/aws/aws-cli/blob/develop/setup.py
'PyYAML>=3.10,<5.5',
# #### NEW UNFORTUNATE CONSTRAINTS #####
# https://github.com/yaml/pyyaml/issues/724
'PyYAML>=3.10,<=5.3.1',
# Not sure how/if interface will change in db-facts, so
# let's be conservative about what we're specifying for now.
'db-facts>=4,<5',
Expand Down

0 comments on commit 344bc55

Please sign in to comment.