Skip to content

Commit

Permalink
Support Lower Python Client Versions (#1997)
Browse files Browse the repository at this point in the history
* Support more versions.

* Reverted part

* Update pyproject.toml

Co-authored-by: Daniel Rastelli <rastellidani@gmail.com>
  • Loading branch information
Sharpz7 and theAntiYeti committed Jan 11, 2023
1 parent df9a754 commit e5fc172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/python/pyproject.toml
@@ -1,10 +1,10 @@
[project]
name = "armada_client"
version = "0.2.6"
version = "0.2.7"
description = "Armada gRPC API python client"
readme = "README.md"
requires-python = ">=3.7"
dependencies = ["grpcio>=1.46.3", "grpcio-tools>=1.46.3", "mypy-protobuf>=3.2.0"]
dependencies = ["grpcio>=1.46.3", "grpcio-tools>=1.46.3", "mypy-protobuf>=3.2.0", "protobuf>=3.20.3"]
license = { text = "Apache Software License" }
authors = [{ name = "G-Research Open Source Software", email = "armada@armadaproject.io" }]

Expand Down

0 comments on commit e5fc172

Please sign in to comment.