Skip to content

Commit b65587f

Browse files
authored
Incorrect reply routing (#26)
* 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
1 parent a646a04 commit b65587f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asyncapi-python"
3-
version = "0.3.0rc2"
3+
version = "0.3.0rc3"
44
license = { text = "Apache-2.0" }
55
description = "Easily generate type-safe and async Python applications from AsyncAPI 3 specifications."
66
authors = [{ name = "Yaroslav Petrov", email = "yaroslav.v.petrov@gmail.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)