Skip to content

Commit 91afc9c

Browse files
committed
updated requests note
1 parent 70b1ebc commit 91afc9c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
"metadata": {},
1313
"source": [
1414
"## New\n",
15+
"* All web requests will now use the `requests` 3rd party library instead of the builtin `urllib`. \n",
16+
" * Benefits include:\n",
17+
" * increased security\n",
18+
" * standardized web requests\n",
19+
" * integrated libraries for better PKI, IWA, and other authentication\n",
1520
"* Adds ability to install ArcGIS API for Python into Python 3.8 conda environments\n",
16-
"* Certifies use of [`Pandas`] releases greater than `1.x`"
21+
"* Certifies use of [`Pandas`](https://pandas.pydata.org/) releases greater than `1.x`"
1722
]
1823
},
1924
{

0 commit comments

Comments
 (0)