Skip to content

Commit

Permalink
Update Python SDK Version to 1.19.0b2 (#1430)
Browse files Browse the repository at this point in the history
* Update Python SDK Version to 1.19.0b2

* Update setup.py

* Update setup.py

---------

Co-authored-by: AzureFunctionsPython <[email protected]>
  • Loading branch information
gavin-aguiar and AzureFunctionsPython authored Feb 13, 2024
1 parent c0a2c3c commit 5f352af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"azure_functions_worker._thirdparty",
]

INSTALL_REQUIRES = ["azure-functions==1.19.0b1", "python-dateutil~=2.8.2"]
INSTALL_REQUIRES = ["azure-functions==1.19.0b2"]

if sys.version_info[:2] == (3, 7):
INSTALL_REQUIRES.extend(
Expand Down Expand Up @@ -143,6 +143,7 @@
"pandas",
"numpy",
"pre-commit",
"python-dateutil~=2.8.2"
]
}

Expand Down

0 comments on commit 5f352af

Please sign in to comment.