Skip to content

Commit 26d3c6b

Browse files
upgrade libs (#89)
1 parent c31e70e commit 26d3c6b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ tomli==2.0.1
22
pyyaml==6.0.1
33
schema==0.7.5
44
rai-sdk==0.7.5
5-
requests==2.31.0
5+
requests==2.32.0
66
more-itertools==10.1.0
77
azure-storage-blob==12.17.0
8-
snowflake-connector-python==3.11.0
8+
snowflake-connector-python==3.13.1
99
csv-diff==1.1

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"pyyaml==6.0.1",
3434
"schema==0.7.5",
3535
"rai-sdk==0.6.19",
36-
"requests==2.31.0",
36+
"requests==2.32.0",
3737
"more-itertools==10.1.0",
3838
"azure-storage-blob==12.17.0",
39-
"snowflake-connector-python==3.2.0"],
39+
"snowflake-connector-python==3.13.1"],
4040
license="http://www.apache.org/licenses/LICENSE-2.0",
4141
long_description="The RAI Workflow Framework, which allows you to execute batch configurations, along with a "
4242
"default Command-Line Interface (CLI) implementation to interact with the RAI Workflow "

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

0 commit comments

Comments
 (0)