Skip to content

Commit 0622c73

Browse files
authored
Update Python Worker to 4.37.0 (#11032)
1 parent 7d25c4f commit 0622c73

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
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.36.1" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
5+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.37.0" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
66
</ItemGroup>
77

88
</Project>

release_notes.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
### Release notes
2-
3-
<!-- Please add your release notes in the following format:
4-
- My change description (#PR)
5-
-->
6-
- Improved memory metrics reporting using CGroup data for Linux consumption (#10968)
7-
- Memory allocation optimizations in `RpcWorkerConfigFactory.AddProviders` (#10959)
8-
- Fixing GrpcWorkerChannel concurrency bug (#10998)
9-
- Avoid circular dependency when resolving LinuxContainerLegionMetricsPublisher. (#10991)
10-
- Add 'unix' to the list of runtimes kept when importing PowerShell worker for Linux builds
11-
- Update PowerShell 7.4 worker to 4.0.4206
1+
### Release notes
2+
3+
<!-- Please add your release notes in the following format:
4+
- My change description (#PR)
5+
-->
6+
- Improved memory metrics reporting using CGroup data for Linux consumption (#10968)
7+
- Memory allocation optimizations in `RpcWorkerConfigFactory.AddProviders` (#10959)
8+
9+
- Fixing GrpcWorkerChannel concurrency bug (#10998)
10+
- Avoid circular dependency when resolving LinuxContainerLegionMetricsPublisher. (#10991)
11+
- Add 'unix' to the list of runtimes kept when importing PowerShell worker for Linux builds
12+
- Update PowerShell 7.4 worker to 4.0.4206
13+
- Update Python Worker Version to [4.37.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.37.0)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="FluentAssertions" Version="5.9.0" />
3131
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
3232
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0" />
33-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.36.1" />
33+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.37.0" />
3434
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
3535
<PackageReference Include="Moq" Version="4.18.4" />
3636
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">

0 commit comments

Comments
 (0)