We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c25c1 commit 4937200Copy full SHA for 4937200
pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
21
"psutil >= 5.9,< 7.0",
22
"pydantic ~= 1.10.0",
23
"pywin32 == 306; platform_system == 'Windows'",
24
- "requests == 2.31.*",
+ "requests == 2.32.*",
25
]
26
requires-python = ">=3.9"
27
description = "The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet"
requirements-testing.txt
@@ -11,7 +11,8 @@ black[jupyter] ~= 24.10
11
rich == 13.7.*
12
types-python-dateutil ~= 2.9
13
mypy ~= 1.13
14
-types-requests ~= 2.31
+types-requests ~= 2.31; python_version < "3.10"
15
+types-requests ~= 2.32; python_version >= "3.10"
16
ruff ~= 0.5.1
17
twine ~= 5.1
18
types-psutil ~= 5.9
0 commit comments