Skip to content

Commit ac820c3

Browse files
glecaroszboyles
andauthored
[python] Refactoring RTClient to better abstract protocol messages. (#32)
* partial * more * partial * more * Refactoring RTClient to better abstract control messages. * all tests passing * updated sample * updating samples to use updated client * Fix method signature for _get_azure_params in RTLowLevelClient (#34) Co-authored-by: Zac <2215540+zboyles@users.noreply.github.com> --------- Co-authored-by: Zac <zac.boyles@live.com> Co-authored-by: Zac <2215540+zboyles@users.noreply.github.com>
1 parent 8105a5c commit ac820c3

File tree

15 files changed

+1442
-604
lines changed

15 files changed

+1442
-604
lines changed

.devcontainer/init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
curl -sSL https://install.python-poetry.org | python3 -

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "rtclient"
7-
version = "0.4.4"
7+
version = "0.5.0"
88
description = "A client for the RT API"
99
authors = ["Microsoft Corporation"]
1010

0 commit comments

Comments
 (0)