diff --git a/pyproject.toml b/pyproject.toml index 19579282..e34a3d4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "psutil ~= 5.9", "pydantic ~= 1.10.0", "pywin32 == 306; platform_system == 'Windows'", - "requests == 2.31.*", + "requests >= 2.31,< 2.33", ] requires-python = ">=3.9" description = "The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet"