Skip to content

Commit

Permalink
Update Python SDK Version to 1.14.1b1 (#1226)
Browse files Browse the repository at this point in the history
* Update Python SDK Version to 1.14.1b1

* Changing to double quotes

---------

Co-authored-by: AzureFunctionsPython <[email protected]>
Co-authored-by: Gavin Aguiar <gavin@GavinPC>
  • Loading branch information
3 people authored May 2, 2023
1 parent 6da2d8b commit 4a9a38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
]

INSTALL_REQUIRES = [
"azure-functions==1.14.0",
"azure-functions==1.14.1b1",
"python-dateutil~=2.8.2"
]

Expand Down

0 comments on commit 4a9a38e

Please sign in to comment.