diff --git a/pyproject.toml b/pyproject.toml index c045c3f..f834fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "envoy_data_plane" -version = "0.2.4" +version = "0.2.5" description = "Python dataclasses for the Envoy Data-Plane-API" authors = ["Vasili Syrakis "] license = "MIT" @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.7" -betterproto = "^2.0.0b2" +betterproto = "^2.0.0b3" [tool.poetry.dev-dependencies] requests = "^2.25.1"