Skip to content

Commit 565e07a

Browse files
authored
[backport] Update Python Worker to 4.37.0 (#11033)
1 parent 969eb57 commit 565e07a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- Fixing GrpcWorkerChannel concurrency bug
1010
- Update PowerShell 7.4 worker to 4.0.4206
1111
- Re-add `Microsoft.DotNet.PlatformAbstractions` (#11031)
12+
- 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
@@ -29,7 +29,7 @@
2929
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
3030
<PackageReference Include="FluentAssertions" Version="5.9.0" />
3131
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
32-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.36.1" />
32+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.37.0" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
3434
<PackageReference Include="Moq" Version="4.18.4" />
3535
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">

0 commit comments

Comments
 (0)