Skip to content

Commit

Permalink
build: update Python SDK Version to 1.20.0b4 (#1506)
Browse files Browse the repository at this point in the history
* Update Python SDK Version to 1.20.0b4

* Update setup.py

---------

Co-authored-by: AzureFunctionsPython <funcdisc@microsoft.com>
  • Loading branch information
hallvictoria and AzureFunctionsPython authored Jun 7, 2024
1 parent 2f65a2f commit 31f0e83
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 @@ -71,7 +71,7 @@
"azure_functions_worker._thirdparty",
]

INSTALL_REQUIRES = ["azure-functions==1.20.0b2", "python-dateutil~=2.8.2"]
INSTALL_REQUIRES = ["azure-functions==1.20.0b4", "python-dateutil~=2.8.2"]

if sys.version_info[:2] == (3, 7):
INSTALL_REQUIRES.extend(
Expand Down

0 comments on commit 31f0e83

Please sign in to comment.