Azure / azure-functions-core-tools

Command line tools for Azure Functions
MIT License
1.33k stars 437 forks source link

Release azure-function-core-tools with latest fixes of azure-function-worker-python #3844

Open kagesenshi opened 2 months ago

kagesenshi commented 2 months ago

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 <ahmels@microsoft.com>
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

surgupta-msft commented 3 weeks ago

@hallvictoria are you tracking release for this? - https://github.com/Azure/azure-functions-python-worker/issues/1508#issuecomment-2384116090

hallvictoria commented 1 week ago

Yes, this change will be present in the 4.37 runtime version. That is currently expected to be fully released around January-February. I'm not sure what the Core Tools release schedule is, but tentative estimate will be sometime within the March-April range. I apologize for the delays, and thanks for your patience!