We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 033bd1a + c928d4d commit 436a717Copy full SHA for 436a717
1 file changed
pyproject.toml
@@ -5,7 +5,7 @@ description = "Start an AWS GitHub Actions Runner"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
authors = [{ name = "Ethan Holz", email = "ethan.holz@omsf.io" }]
8
-dependencies = ["boto3", "gha_runner"]
+dependencies = ["boto3", "gha_runner >= 0.6.2"]
9
10
[project.optional-dependencies]
11
test = ["pytest", "pytest-cov", "moto[ec2]", "responses"]
0 commit comments