File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# AsyncAPI Python Code Generator
22>
33> [ !IMPORTANT]
4- > Although commits to dev branch might seem infrequent, the project is under active development ** as of March 2026** .
4+ > Although commits to dev branch might seem infrequent, the project is under active development ** as of April 2026** .
55>
66> We currently produce only those changes that are required to satisfy our personal use cases.
77>
@@ -105,7 +105,7 @@ asyncapi-python[amqp]
105105``` toml
106106# pants.toml
107107plugins = [
108- " asyncapi_python[codegen]==0.2.5 " , # Plugin version MUST match the version of your python clients
108+ " asyncapi_python[codegen]==0.3.1 " , # Plugin version MUST match the version of your python clients
109109 ...
110110]
111111backend_packages = [
Original file line number Diff line number Diff line change 11[project ]
22name = " asyncapi-python"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44license = { text = " Apache-2.0" }
55description = " Easily generate type-safe and async Python applications from AsyncAPI 3 specifications."
66authors = [{ name = " Yaroslav Petrov" , email = " yaroslav.v.petrov@gmail.com" }]
You can’t perform that action at this time.
0 commit comments