Commit d512f40
authored
Fix schema inference (#29)
* Fix incorrect dynamic reply queue routing
* Update lockfile
* Fix pyright
* Update resolver logic
* Move service_name to Application from wire
* Drop service name param from amqp wire
* Move service name to endpoint params
* Add default timeout
* Update version
* Add endpoint_params to application
* Add test for recursive spec
* Fix recursion capability for schema parsing
* Increment rc version
* Run lints
* Add __init__ for generated messages module1 parent 4270233 commit d512f40
File tree
2 files changed
+8
-0
lines changed- src/asyncapi_python_codegen
- generators
- templates
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
108 | 115 | | |
109 | 116 | | |
110 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments