Skip to content

Commit aa3d195

Browse files
authored
Update Python v2 worker to Microsoft.Azure.Functions.PythonWorker.2.0.14494.nupkg (#6723)
1 parent d708aaa commit aa3d195

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
- My change description (#PR)
44
-->
55

6-
- Update Python Worker to 1.1.5 [Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.5)
7-
- Update Python Library to 1.3.1 [Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.3.1)
6+
- Update Python Worker to 1.1.6 [Release Note](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.6)
7+
- Update Python Library to 1.4.0 [Release Note](https://github.com/Azure/azure-functions-python-library/releases/tag/1.4.0)
88
- Add a new host.json property "watchFiles" for restarting the Host when files are modified.
99
- Update Java Worker to 1.8.0 [Release Note](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.0)
1010
- Update Java Library to 1.4.0 [Release Note](https://github.com/Azure/azure-functions-java-library)

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="2.2.0" />
54-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="2.0.14361" />
54+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="2.0.14494" />
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)