Skip to content

Commit

Permalink
update requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-hdang committed Jul 3, 2024
1 parent b5357ba commit bbd6725
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges

Release Notes
-------------------------------------------------------------------------------
- v1.0.8 (July 03, 2024)
- Update dependency package to newer version (requests)

- v1.0.7 (January 05, 2024)

- Pin dependency package to newer version (snowflake-connector-python)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"snowflake-connector-python>=3.0.3",
"furl",
"cryptography",
"requests<=2.31.0"]
"requests<=2.32.3"]

# If we're at version less than 3.4 - fail
if version_info[0] < 3 or version_info[1] < 4:
Expand Down
2 changes: 1 addition & 1 deletion snowflake/ingest/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
# Update this for the versions
__version__ = '1.0.7'
__version__ = '1.0.8'

0 comments on commit bbd6725

Please sign in to comment.