Skip to content

Commit 1e74151

Browse files
Andrew/sdk update 0.6.19 (#75)
* Upgrade RAI SDK
1 parent 33de34b commit 1e74151

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tomli==2.0.1
22
pyyaml==6.0.1
33
schema==0.7.5
4-
rai-sdk==0.6.18
4+
rai-sdk==0.6.19
55
requests==2.31.0
66
more-itertools==10.1.0
77
azure-storage-blob==12.17.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tomli==2.0.1",
3333
"pyyaml==6.0.1",
3434
"schema==0.7.5",
35-
"rai-sdk==0.6.18",
35+
"rai-sdk==0.6.19",
3636
"requests==2.31.0",
3737
"more-itertools==10.1.0",
3838
"azure-storage-blob==12.17.0",

workflow/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 0, 42)
15+
__version_info__ = (0, 0, 43)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)