Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version = "0.4.13"
description = "Armada gRPC API python client"
readme = "README.md"
requires-python = ">=3.9"
dependencies = ["grpcio==1.76.0", "grpcio-tools==1.76.0", "mypy-protobuf>=3.6.0", "protobuf>=6.32.1" ]
dependencies = ["grpcio==1.80.0", "grpcio-tools==1.80.0", "mypy-protobuf>=3.6.0", "protobuf>=6.32.1" ]
license = { text = "Apache Software License" }
authors = [{ name = "G-Research Open Source Software", email = "armada@armadaproject.io" }]

[project.optional-dependencies]
format = ["black>=23.7.0", "flake8>=7.0.0", "pylint>=2.17.5"]
# 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"]
test = ["pytest==7.3.1", "coverage==6.5.0", "pytest-asyncio==0.21.1"]
test = ["pytest==7.3.1", "coverage==7.10.7", "pytest-asyncio==0.21.1"]

[build-system]
requires = ["setuptools"]
Expand Down
Loading