Skip to content

Commit

Permalink
Python worker update hotfix - 4.27.6 (#9661)
Browse files Browse the repository at this point in the history
* Update Python Worker Version to 4.21.0 (#9658)

* Update Python Worker Version to 4.21.0

* Update release_notes.md

---------

Co-authored-by: AzureFunctionsPython <[email protected]>

* Updating version to 4.27.6

---------

Co-authored-by: AzureFunctionsPython <[email protected]>
Co-authored-by: root <root@GavinPC>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent 6760b11 commit 6e243a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>27</MinorVersion>
<PatchVersion>5</PatchVersion>
<PatchVersion>6</PatchVersion>
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
<PreviewVersion></PreviewVersion>

Expand Down
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.20.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.21.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- Update Python Worker Version to [4.20.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.20.0)
- Update Python Worker Version to [4.21.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.21.0)
- Update Java Worker Version to [2.13.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.13.0)
- Increased maximum HTTP request content size to 210000000 Bytes (~200MB)
- Update Node.js Worker Version to [3.8.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.1)
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.20.0" />
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.21.0" />
<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 6e243a6

Please sign in to comment.