Skip to content

Commit 156b305

Browse files
authored
Update Python Worker to 4.40.0 (#11354)
1 parent b07ba96 commit 156b305

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.39.2" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
5+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.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
@@ -18,3 +18,4 @@
1818
- Bug fix that fails in-flight invocations when a worker channel shuts down (#11159)
1919
- Adds WebHost and ScriptHost health checks. (#11341, #11183, #11178, #11173, #11161)
2020
- Update Node.js Worker Version to [3.12.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.12.0)
21+
- Update Python Worker Version to [4.40.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.0)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.39.2" />
29+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.0" />
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)