Skip to content

Commit bee82b6

Browse files
gavin-aguiarAzureFunctionsPython
andauthored
Update Python Worker Version to 4.28.1 (#10028)
Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent ae21e5a commit bee82b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.0" />
3+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.1" />
44
</ItemGroup>
55
</Project>

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Python Worker Version to [4.28.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.28.1)
67
- Update Python Worker Version to [4.28.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.28.0)
78
- DotnetIsolated worker artifact clean up (#9976)
89
- Move symbols from dotnet-isolated worker to symbols package
910
- Removed linux executables from dotnet-isolated worker.
1011
- Update Azure.Identity to 1.11.0 (#10002)
1112
- Update Node.js Worker Version to [3.10.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.10.0) (#9999)
1213
- Update PowerShell worker 7.2 to [4.0.3220](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3220)
13-
- Update PowerShell worker 7.4 to [4.0.3219](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3219)
14+
- Update PowerShell worker 7.4 to [4.0.3219](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3219)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<PackageReference Include="FluentAssertions" Version="5.9.0" />
6060
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
6161
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0" />
62-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.0" />
62+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.1" />
6363
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
6464
<PackageReference Include="Moq" Version="4.9.0" />
6565
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">

0 commit comments

Comments
 (0)