File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
test/WebJobs.Script.Tests Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<ItemGroup >
4
4
<!-- Python worker does not ship with the host for windows. -->
5
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.35.0 " Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
5
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.36.1 " Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
6
6
</ItemGroup >
7
7
8
8
</Project >
Original file line number Diff line number Diff line change 11
11
- Add support for the release channel setting ` WEBSITE_PlatformReleaseChannel ` and use this value in extension bundles resolution.
12
12
- Bug fix for platform release channel bundles resolution casing issue and additional logging (#10921 )
13
13
- Fix race condition that leads the host to initialize placeholder (warmup) function in Linux environments (#10848 )
14
+ - Update Python Worker Version to [ 4.36.1] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.36.1 )
Original file line number Diff line number Diff line change 29
29
<PackageReference Include =" appinsights.testlogger" Version =" 1.0.0" />
30
30
<PackageReference Include =" FluentAssertions" Version =" 5.9.0" />
31
31
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 6.0.0" />
32
- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.35.0 " />
32
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.36.1 " />
33
33
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
34
34
<PackageReference Include =" Moq" Version =" 4.18.4" />
35
35
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.435" >
You can’t perform that action at this time.
0 commit comments