Skip to content

Commit

Permalink
Merge pull request #266 from bluelabsio/RM-114-remove-upper-bound-on-…
Browse files Browse the repository at this point in the history
…db-facts

RM-114 remove upper bounds on db-facts
  • Loading branch information
ryantimjohn authored Dec 12, 2023
2 parents 5c39545 + f5fd814 commit c79a631
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,18 +298,8 @@ def initialize_options(self) -> None:
},
install_requires=[
'timeout_decorator',
# awscli pins PyYAML. We have seen issues at
# run-time if we don't constrain things here as well. So
# this tracks the awscli req for python >= 3.6 which is
# what we support
#
# https://github.com/aws/aws-cli/blob/develop/setup.py
# #### 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',
'PyYAML>=3.10',
'db-facts>=4',
# Version 4.0.0 is not yet compatible with requests, and pip
# 20.3 is not smart enough to pay attention to that,
# resulting in runtime complaints. Can be removed once 20.4
Expand Down

0 comments on commit c79a631

Please sign in to comment.