Skip to content

Commit 81a5609

Browse files
Andrew/update rai sdk (#85)
* Update RAI sdk * bump version
1 parent d92af65 commit 81a5609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.19
4+
rai-sdk==0.7.5
55
requests==2.31.0
66
more-itertools==10.1.0
77
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, 48)
15+
__version_info__ = (0, 0, 49)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)