File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
test/WebJobs.Script.Tests Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33 <ItemGroup >
44 <!-- Python worker does not ship with the host for windows. -->
5- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.0 " Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
5+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.1 " Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
66 </ItemGroup >
77
88</Project >
Original file line number Diff line number Diff line change 2121- Added support for MCP custom handler. (#11355 )
2222- Update Python Worker Version to [ 4.40.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.0 )
2323- RpcException Handling (#11347 )
24- - Adding route handling configuration for custom handlers (#11345 )
24+ - Adding route handling configuration for custom handlers (#11345 )
25+ - Update Python Worker Version to [ 4.40.1] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.1 )
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
2626 <PackageReference Include =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version =" 2.22.0" />
2727 <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.0" />
2828 <PackageReference Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 8.1.0" />
29- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.0 " />
29+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.40.1 " />
3030 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
3131 <PackageReference Include =" Moq" Version =" 4.18.4" />
3232 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments