We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33de34b commit 1e74151Copy full SHA for 1e74151
requirements.txt
@@ -1,7 +1,7 @@
1
tomli==2.0.1
2
pyyaml==6.0.1
3
schema==0.7.5
4
-rai-sdk==0.6.18
+rai-sdk==0.6.19
5
requests==2.31.0
6
more-itertools==10.1.0
7
azure-storage-blob==12.17.0
setup.py
@@ -32,7 +32,7 @@
32
"tomli==2.0.1",
33
"pyyaml==6.0.1",
34
"schema==0.7.5",
35
- "rai-sdk==0.6.18",
+ "rai-sdk==0.6.19",
36
"requests==2.31.0",
37
"more-itertools==10.1.0",
38
"azure-storage-blob==12.17.0",
workflow/__init__.py
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 0, 42)
+__version_info__ = (0, 0, 43)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments