Skip to content

Commit

Permalink
Merge pull request Azure#10556 from nipun-crestdatasystem/Netskopev2
Browse files Browse the repository at this point in the history
NetskopeV2: Updated python packages
  • Loading branch information
v-prasadboke authored Jun 3, 2024
2 parents ebfdf31 + 76546b7 commit de8fb52
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@
"alwaysOn": true,
"reserved": true,
"siteConfig": {
"linuxFxVersion": "python|3.8"
"linuxFxVersion": "python|3.9"
}
},
"resources": [
Expand Down Expand Up @@ -848,7 +848,7 @@
"alwaysOn": true,
"reserved": true,
"siteConfig": {
"linuxFxVersion": "python|3.8"
"linuxFxVersion": "python|3.9"
}
},
"resources": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
# The Python Worker is managed by Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues

pip>=23.3
setuptools>=65.5.1
azure-functions
azure-functions-durable
azure-storage-file-share==12.10.1
cryptography>=42.0.0
pyjwt>=2.4.0
asyncio
aiohttp
aiohttp>=3.9.2
requests
1 change: 1 addition & 0 deletions Solutions/Netskopev2/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.2 | 30-05-2024 | Updated python packages of Netskope **Data Connector** |
| 3.0.1 | 03-05-2024 | Repackaged for parser issue fix on reinstall |
| 3.0.0 | 03-04-2024 | Initial Solution Release |

0 comments on commit de8fb52

Please sign in to comment.