Skip to content

Commit fd397f0

Browse files
authored
Merge pull request #89 from snowflakedb/hdang/update_requsts
SNOW-1508822: update requests
2 parents b5357ba + bbd6725 commit fd397f0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

DESCRIPTION.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
77

88
Release Notes
99
-------------------------------------------------------------------------------
10+
- v1.0.8 (July 03, 2024)
11+
- Update dependency package to newer version (requests)
12+
1013
- v1.0.7 (January 05, 2024)
1114

1215
- Pin dependency package to newer version (snowflake-connector-python)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"snowflake-connector-python>=3.0.3",
1414
"furl",
1515
"cryptography",
16-
"requests<=2.31.0"]
16+
"requests<=2.32.3"]
1717

1818
# If we're at version less than 3.4 - fail
1919
if version_info[0] < 3 or version_info[1] < 4:

snowflake/ingest/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
22
# Update this for the versions
3-
__version__ = '1.0.7'
3+
__version__ = '1.0.8'

0 commit comments

Comments
 (0)