You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress InsecureRequestWarning if SSL verification is disabled (#499)
* Suppress InsecureRequestWarning if ssl_verify is False
* Extra unit tests for ssl_verify
* update changelog
---------
Co-authored-by: Michael Chin <chnmch@amazon.com>
Copy file name to clipboardExpand all lines: ChangeLog.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
17
17
- Changed datatype of "amount" from String to numeric for "Transaction" vertices in Fraud Graph sample notebook ([Link to PR](https://github.com/aws/graph-notebook/pull/489))
18
18
- Replaced usages of deprecated DataFrame.append method in ML samples ([Link to PR](https://github.com/aws/graph-notebook/pull/495))
19
19
- Set Gremlin as default language for PropertyGraph samples in `%seed` ([Link to PR](https://github.com/aws/graph-notebook/pull/497))
20
+
- Suppress InsecureRequestWarning if SSL verification is disabled ([Link to PR](https://github.com/aws/graph-notebook/pull/499))
20
21
21
22
## Release 3.8.1 (April 17, 2023)
22
23
- Reinstate Python 3.7 support for compatibility with legacy AL1 Neptune Notebooks ([Link to PR](https://github.com/aws/graph-notebook/pull/479))
0 commit comments