Skip to content

Commit 632fb93

Browse files
committed
chore(python): update pyo3-stub-gen to latest version on crates.io
1 parent 93be935 commit 632fb93

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

foreign/python/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ pyo3-async-runtimes = { version = "0.25.0", features = [
3333
"attributes",
3434
"tokio-runtime",
3535
] }
36-
pyo3-stub-gen = "0.12.0"
36+
pyo3-stub-gen = "0.13.1"
3737
tokio = "1.40.0"
3838

39-
[patch.crates-io]
40-
pyo3-stub-gen = { git = "https://github.com/Jij-Inc/pyo3-stub-gen.git", rev = "1870f637f700605395a666e3bdc0276aece73b5f" }
41-
4239
[lib]
4340
name = "apache_iggy"
4441
crate-type = ["cdylib", "rlib"]

foreign/python/apache_iggy.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,10 @@ class SendMessage:
480480
"""
481481
def __new__(cls, data: builtins.str | bytes) -> SendMessage:
482482
r"""
483-
Constructs a new `SendMessage` instance from a string.
483+
Constructs a new `SendMessage` instance from a string or bytes.
484484
485485
This method allows for the creation of a `SendMessage` instance
486-
directly from Python using the provided string data.
486+
directly from Python using the provided string or bytes data.
487487
"""
488488

489489
class StreamDetails:

0 commit comments

Comments
 (0)