Skip to content

Commit 0b52123

Browse files
committed
⬆️ Use faster nats-py
With `orjson` and `uuid-utils` extras (from nats-io/nats.py#674)
1 parent b27dcc1 commit 0b52123

File tree

4 files changed

+65
-10
lines changed

4 files changed

+65
-10
lines changed

endorser/poetry.lock

Lines changed: 50 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

endorser/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependency-injector = "^4.46.0"
1717
fastapi = "~0.115.10"
1818
httpx = "~0.28.0"
1919
loguru = "~0.7.2"
20-
nats-py = { extras = ["nkeys"], version = "^2.10.0" }
20+
nats-py = { git = "https://github.com/ff137/nats.py", branch = "feat-661-uuid", extras = ["nkeys", "orjson", "uuid_utils"] }
2121
orjson = "~3.10.7"
2222
pydantic = "~2.11.1"
2323
scalar-fastapi = "^1.0.3"

waypoint/poetry.lock

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waypoint/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependency-injector = "^4.46.0"
1616
fastapi = "~0.115.10"
1717
httpx = "~0.28.0"
1818
loguru = "~0.7.2"
19-
nats-py = { extras = ["nkeys"], version = "^2.10.0" }
19+
nats-py = { git = "https://github.com/ff137/nats.py", branch = "feat-661-uuid", extras = ["nkeys", "orjson", "uuid_utils"] }
2020
orjson = "~3.10.7"
2121
pydantic = "~2.11.1"
2222
scalar-fastapi = "^1.0.3"

0 commit comments

Comments
 (0)