Skip to content

Commit 3a33f8d

Browse files
committed
Merge branch 'main' of https://github.com/aws/aws-iot-device-sdk-python-v2 into enhance_samples_2
2 parents 2ab28b8 + d7ccf2f commit 3a33f8d

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ is provided by code that been generated from a model of the service.
9090

9191
This library is licensed under the [Apache 2.0 License](./documents/LICENSE).
9292

93-
Latest released version: v1.24.0
93+
Latest released version: v1.25.0

samples/mqtt/mqtt5_aws_websocket.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ required arguments:
9393
9494
optional arguments:
9595
--client_id Client ID (default: mqtt5-sample-<uuid>)
96-
--ca_file Path to optional CA bundle (PEM) (default: None)
9796
--topic Topic (default: test/topic)
9897
--message Message payload (default: Hello from mqtt5 sample)
9998
--count Messages to publish (0 = infinite) (default: 5)

samples/mqtt/mqtt5_aws_websocket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
# Optional Arguments
2525
optional.add_argument("--client_id", metavar="", dest="input_clientId", default=f"mqtt5-sample-{uuid.uuid4().hex[:8]}",
2626
help="Client ID")
27-
optional.add_argument("--ca_file", metavar="", dest="input_ca",
28-
help="Path to optional CA bundle (PEM)")
2927
optional.add_argument("--topic", default="test/topic", metavar="", dest="input_topic",
3028
help="Topic")
3129
optional.add_argument("--message", default="Hello from mqtt5 sample", metavar="", dest="input_message",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _load_version():
4040
"Operating System :: OS Independent",
4141
],
4242
install_requires=[
43-
'awscrt==0.27.4',
43+
'awscrt==0.28.1',
4444
],
4545
python_requires='>=3.8',
4646
)

0 commit comments

Comments
 (0)