Skip to content

Commit

Permalink
Pin versions of all modules, especially around docs generation.
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Scott <[email protected]>
  • Loading branch information
richscott committed Sep 8, 2023
1 parent c358ec7 commit 087d31e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/python_airflow_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ Get a JobServiceAsyncIOClient that has retry configured
## armada.operators.utils module


### _class_ armada.operators.utils.JobState(value)
### _class_ armada.operators.utils.JobState(value, names=None, \*, module=None, qualname=None, type=None, start=1, boundary=None)
Bases: `Enum`


Expand Down
10 changes: 5 additions & 5 deletions third_party/airflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ requires-python = ">=3.7"
# extremely difficult.
dependencies = [
"armada-client",
"apache-airflow>=2.6.3",
"grpcio>=1.46.3",
"grpcio-tools>=1.46.3",
"types-protobuf>=3.19.22"
"apache-airflow==2.7.1",
"grpcio==1.58.0",
"grpcio-tools==1.58.0",
"types-protobuf==4.24.0.1"
]
authors = [{name = "Armada-GROSS", email = "[email protected]"}]
license = { text = "Apache Software License" }
readme = "README.md"

[project.optional-dependencies]
format = ["black==23.7.0", "flake8==6.1.0", "pylint==2.17.5"]
test = ["pytest==7.3.1", "coverage>=6.5.0", "pytest-asyncio==0.21.1"]
test = ["pytest==7.3.1", "coverage==7.3.1", "pytest-asyncio==0.21.1"]
# note(JayF): sphinx-jekyll-builder was broken by sphinx-markdown-builder 0.6 -- so pin to 0.5.5
docs = ["sphinx==7.1.2", "sphinx-jekyll-builder==0.3.0", "sphinx-toolbox==3.2.0b1", "sphinx-markdown-builder==0.5.5"]

Expand Down

0 comments on commit 087d31e

Please sign in to comment.