Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-deadline/deadline-cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5d6c2f7bcad33712e9b4cb9efb0293a1205c9e95
Choose a base ref
..
head repository: aws-deadline/deadline-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b072da2e1aa7fb3923311dfdd34ba1432d38a22
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 pyproject.toml
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -35,9 +35,7 @@ classifiers = [
# Applications that consume this library should be the ones that are more strictly
# limiting dependencies if they want/need to.
dependencies = [
# See CR platform and Python version support here: https://pypi.org/project/awscrt/#files
"boto3[crt] >= 1.34.75; python_version >= '3.7' and python_version <= '3.11'",
"boto3 >= 1.34.75; python_version < '3.7' or python_version > '3.11'",
"boto3[crt] >= 1.34.75",
"click >= 8.1.7",
"pyyaml >= 6.0",
# Job Attachments