-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow users to pass
nkeys_seed_str
as argument for NATS broker. (
#1908) * fix: allow users to pass `nkeys_seed_str` as argument for NATS broker. This would simplify the usage of applications without a need to read files. * fix: nkeys_seed_str default None --------- Co-authored-by: Pastukhov Nikita <[email protected]>
- Loading branch information
1 parent
a3d5eb9
commit 0d4c237
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"""Simple and fast framework to create message brokers based microservices.""" | ||
|
||
__version__ = "0.5.29" | ||
__version__ = "0.5.30" | ||
|
||
SERVICE_NAME = f"faststream-{__version__}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters