Skip to content

Commit

Permalink
Update Python Worker Version to 4.1.0 (Azure#8332)
Browse files Browse the repository at this point in the history
Co-authored-by: AzureFunctionsPython <[email protected]>
  • Loading branch information
vrdmr and AzureFunctionsPython authored Apr 27, 2022
1 parent c7535d6 commit dddf757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.1.0" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- Update Python Worker Version to [4.1.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.1.0)
- Updated Java Worker Version to [2.2.3](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.2.3)
- Updated Node.js Worker Version to [3.3.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.3.0)
- Add Include minimum durable payload to sync trigger (#8292)
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 @@ -57,7 +57,7 @@
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />
Expand Down

0 comments on commit dddf757

Please sign in to comment.