Skip to content

Commit

Permalink
Update Python Worker Version to 4.28.1 (#10028)
Browse files Browse the repository at this point in the history
Co-authored-by: AzureFunctionsPython <funcdisc@microsoft.com>
  • Loading branch information
2 people authored and RohitRanjanMS committed May 2, 2024
1 parent 065358c commit 74f45c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/python.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.1" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->

- Update Python Worker Version to [4.28.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.28.0)
- Update Python Worker Version to [4.28.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.28.1)
- DotnetIsolated worker artifact clean up (#9976)
- Move symbols from dotnet-isolated worker to symbols package
- Removed linux executables from dotnet-isolated worker.
Expand Down
2 changes: 1 addition & 1 deletion test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
Expand Down

0 comments on commit 74f45c8

Please sign in to comment.