Skip to content

Commit

Permalink
Upgrade client with new grpcio bindings (#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas authored Nov 15, 2024
1 parent 2277120 commit 43d53a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions third_party/airflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ build-backend = "setuptools.build_meta"

[project]
name = "armada_airflow"
version = "1.0.9"
version = "1.0.10"
description = "Armada Airflow Operator"
readme='README.md'
authors = [{name = "Armada-GROSS", email = "armada@armadaproject.io"}]
license = { text = "Apache Software License" }
dependencies=[
'armada-client==0.3.4',
'armada-client>=0.4.6',
'apache-airflow>=2.6.3',
'grpcio==1.58.0',
'grpcio-tools==1.58.0',
'types-protobuf==4.24.0.1',
'kubernetes>=23.6.0',
'kubernetes_asyncio>=24.2.3',
'opentelemetry-exporter-otlp>=1.28.1' # We want to force dependency upgrade for transitive Airflow dependency
]
requires-python=">=3.8"
classifiers=[
Expand Down

0 comments on commit 43d53a5

Please sign in to comment.