Skip to content

Commit a54cd92

Browse files
HazhzengAzureFunctionsPython
andauthored
Update v3 Python Worker Version to 1.2.0 (#7271)
Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent 852eed9 commit a54cd92

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="3.1.1.12" />
3+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.0" />
44
</ItemGroup>
55
</Project>

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5+
- Update Python Worker Version to [1.2.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.2.0)
56
- Updated Java Worker Version to [1.8.2-SNAPSHOT](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.2-SNAPSHOT)
67
- Skip external config validation if RuntimeDrivenScaling is enabled in Elastic Premium sku (#6542)
78
- Re-added dependencies: Microsoft.Extensions.PlatformAbstractions and Microsoft.Extensions.DiagnosticAdapter
@@ -17,4 +18,4 @@
1718
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+97%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+97%22+label%3Afeature+is%3Aclosed) ]
1819

1920
**Release sprint:** Sprint 98
20-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+98%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+98%22+label%3Afeature+is%3Aclosed) ]
21+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+98%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+98%22+label%3Afeature+is%3Aclosed) ]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
5252
<PackageReference Include="FluentAssertions" Version="5.9.0" />
5353
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
54-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.1.12" />
54+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.0" />
5555
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
5656
<PackageReference Include="Moq" Version="4.9.0" />
5757
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />

0 commit comments

Comments
 (0)