File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed
test/WebJobs.Script.Tests Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 8
8
* @ azure/azure-functions-core
9
9
10
10
# Adding codeowner for Python specific files such that GitHub automatically adds python folks as a reviewer.
11
- eng /build /Workers.Python.props @ vrdmr @ gavin-aguiar @ YunchuWang @ pdthummar @ hallvictoria
11
+ eng /build /Workers.Python.props @ vrdmr @ gavin-aguiar @ hallvictoria
12
12
13
13
# Deps.json validation file
14
14
test /WebJobs.Script.Tests /Microsoft.Azure.WebJobs.Script.WebHost.deps.json @ fabiocav @ brettsam @ mathewc
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.34 .0" Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
5
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.35 .0" Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
6
6
</ItemGroup >
7
7
8
- <!-- PythonWorker package injects its content files through custom targets. -->
9
- <Target Name =" SuppressPythonWorker" AfterTargets =" Initialize" BeforeTargets =" CopyOnPublish" Condition =" $(RuntimeIdentifier.StartsWith('win'))" >
10
- <ItemGroup >
11
- <SourceFiles Remove =" @(SourceFiles)" />
12
- </ItemGroup >
13
- </Target >
14
-
15
8
</Project >
Original file line number Diff line number Diff line change 9
9
- Update the ` DefaultHttpProxyService ` to better handle client disconnect scenarios (#10688 )
10
10
- Replaced ` InvalidOperationException ` with ` HttpForwardingException ` when there is a ForwarderError
11
11
- [ In-proc] Codeql : Fix to remove exception details from the response (#10751 )
12
- - Update PowerShell 7.4 worker to [ 4.0.4134] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4134 )
12
+ - Update PowerShell 7.4 worker to [ 4.0.4134] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4134 )
13
+ - Update Python Worker Version to [ 4.35.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.35.0 )
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net8.0;net6.0</TargetFrameworks >
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.34 .0" />
32
+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.35 .0" />
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