We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d398c commit 344cc03Copy full SHA for 344cc03
requirements.txt
@@ -5,5 +5,5 @@ rai-sdk==0.7.5
5
requests==2.31.0
6
more-itertools==10.1.0
7
azure-storage-blob==12.17.0
8
-snowflake-connector-python==3.2.0
+snowflake-connector-python==3.11.0
9
csv-diff==1.1
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, 50)
+__version_info__ = (0, 0, 51)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments