Skip to content

Commit 344cc03

Browse files
bump snow connector version (#86)
1 parent f2d398c commit 344cc03

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
@@ -5,5 +5,5 @@ rai-sdk==0.7.5
55
requests==2.31.0
66
more-itertools==10.1.0
77
azure-storage-blob==12.17.0
8-
snowflake-connector-python==3.2.0
8+
snowflake-connector-python==3.11.0
99
csv-diff==1.1

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, 50)
15+
__version_info__ = (0, 0, 51)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)