Skip to content

Commit

Permalink
Update Python SDK Version to 1.18.0b4 (#1356)
Browse files Browse the repository at this point in the history
* Update Python SDK Version to 1.18.0b4

* Update setup.py

---------

Co-authored-by: AzureFunctionsPython <funcdisc@microsoft.com>
  • Loading branch information
gavin-aguiar and AzureFunctionsPython authored Nov 14, 2023
1 parent 7a4635c commit d4200f8
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.18.0b3",
"azure-functions==1.18.0b4",
"python-dateutil~=2.8.2"
]

Expand Down

0 comments on commit d4200f8

Please sign in to comment.