azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Release azure-function-core-tools with latest fixes of azure-function-worker-python
Version
(.venv) root ➜ /workspace (main) $ dpkg -s azure-functions-core-tools-4
Package: azure-functions-core-tools-4
Status: install ok installed
Priority: optional
Section: devel
Maintainer: Ahmed ElSayed <[email protected]>
Architecture: amd64
Version: 4.0.6280-1
Replaces: azure-functions-core-tools-2, azure-functions-core-tools-3
Conflicts: azure-functions-core-tools-2, azure-functions-core-tools-3
Description: Azure Function Core Tools v4
The Azure Functions Core Tools provide a local development experience for creating, developing, testing, running, and debugging Azure Functions.
Homepage: https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local#run-azure-functions-core-tools
Description
There is a bug in azure-functions-worker-python around asyncio which has been resolved in https://github.com/Azure/azure-functions-python-worker/commit/f4c9c2d37a4859b7544d6481547a40f6e9b77621 more than a month ago.
Please include it into current release as it stops langchain prompttemplate from being used in azure functions.
Steps to reproduce
Refer to https://github.com/Azure/azure-functions-python-worker/issues/1508