Skip to content

Commit 0656fc7

Browse files
authored
Update Python Worker to 4.36.1 (#10972)
1 parent fbe6ea1 commit 0656fc7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.35.0" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
5+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.36.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
@@ -17,4 +17,5 @@
1717
- Increased the GC allocation budget value to improve cold start (#10953)
1818
- Fixed bug that could result in "Binding names must be unique" error (#10938)
1919
- Fix race condition that leads the host to initialize placeholder (warmup) function in Linux environments (#10848)
20-
- Updating Azure.Core and OTel related packages, recording exception and retaining "Microsoft.Azure.WebJobs" logs (#10965)
20+
- Updating Azure.Core and OTel related packages, recording exception and retaining "Microsoft.Azure.WebJobs" logs (#10965)
21+
- Update Python Worker Version to [4.36.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.36.1)

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.35.0" />
33+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.36.1" />
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)