Skip to content

Commit 1b1c33a

Browse files
committedSep 13, 2024
72: Update SDK to use protocol changes to duration parameter.
1 parent 276afac commit 1b1c33a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
 

‎dev-requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ numpy==1.22.4
152152
# pymoca
153153
# rtc-tools
154154
# scipy
155-
omotes-sdk-protocol==0.1.1
155+
omotes-sdk-protocol==0.1.5
156156
# via
157157
# -c requirements.txt
158158
# omotes-sdk-python
159-
omotes-sdk-python==2.0.2
159+
omotes-sdk-python==3.1.2
160160
# via
161161
# -c requirements.txt
162162
# omotes-grow-worker (pyproject.toml)
@@ -172,6 +172,7 @@ pamqp==3.3.0
172172
# via
173173
# -c requirements.txt
174174
# aiormq
175+
# omotes-sdk-python
175176
pandas==1.5.3
176177
# via
177178
# -c requirements.txt

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires-python = ">=3.10"
2626
dependencies = [
2727
"python-dotenv ~= 1.0.0",
2828
"mesido ~= 0.1.7.0",
29-
"omotes-sdk-python ~= 2.0.2"
29+
"omotes-sdk-python ~= 3.1.2"
3030
]
3131

3232
[project.optional-dependencies]

‎requirements.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,16 @@ numpy==1.22.4
6767
# pymoca
6868
# rtc-tools
6969
# scipy
70-
omotes-sdk-protocol==0.1.1
70+
omotes-sdk-protocol==0.1.5
7171
# via omotes-sdk-python
72-
omotes-sdk-python==2.0.2
72+
omotes-sdk-python==3.1.2
7373
# via omotes-grow-worker (pyproject.toml)
7474
ordered-set==4.1.0
7575
# via pyecore
7676
pamqp==3.3.0
77-
# via aiormq
77+
# via
78+
# aiormq
79+
# omotes-sdk-python
7880
pandas==1.5.3
7981
# via mesido
8082
prompt-toolkit==3.0.41

0 commit comments

Comments
 (0)