Skip to content

Commit f0a7c2f

Browse files
hallvictoriaAzureFunctionsPythongavin-aguiar
authored
Update Python Worker Version to 4.40.1 (#11367)
* Update Python Worker Version to 4.40.1 * organize release notes * Removed whitespaces from release notes --------- Co-authored-by: AzureFunctionsPython <azfunc@microsoft.com> Co-authored-by: Gavin Aguiar <gaaguiar@microsoft.com>
1 parent ee9b047 commit f0a7c2f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

eng/build/Workers.Python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
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)

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -26,7 +26,7 @@
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" />

0 commit comments

Comments
 (0)