Skip to content

Commit 3b2def5

Browse files
authored
Make job-builder-util-transform depend on Beam AWS packages. (#3801)
1 parent 1379803 commit 3b2def5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/src/main/python/job-builder-util-transforms/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.11,<4.0"
12-
apache-beam = {extras = ["gcp", "yaml"], version = "^2.72.0"}
12+
apache-beam = {extras = ["gcp", "yaml", "aws"], version = "^2.72.0"}
1313

1414
[tool.poetry.group.dev.dependencies]
1515
pytest = "^8.3.4"

0 commit comments

Comments
 (0)