Skip to content

Commit

Permalink
Merge pull request #16 from cetanu/0.5.0
Browse files Browse the repository at this point in the history
Upgrade envoy protos to 1.25.0 and upgrade betterproto -> 2.0.0-beta5
  • Loading branch information
cetanu authored Jan 24, 2023
2 parents a4e1afc + 31170ea commit 39d0e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "envoy_data_plane"
version = "0.4.0"
version = "0.5.0"
description = "Python dataclasses for the Envoy Data-Plane-API"
authors = ["Vasili Syrakis <vsyrakis@atlassian.com>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
betterproto = "^2.0.0b3"
betterproto = "^2.0.0b5"
grpcio-tools = "^1.43.0"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion utils/download_protobufs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

utf8 = "utf-8"

ENVOY_VERSION = "1.24.0"
ENVOY_VERSION = "1.25.0"

proto_include = protoc.pkg_resources.resource_filename("grpc_tools", "_proto")
envoy = Path("./envoy")
Expand Down

0 comments on commit 39d0e8a

Please sign in to comment.