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 22
33 <ItemGroup >
44 <!-- Python worker does not ship with the host for windows. -->
5- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.37 .0" Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
5+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.38 .0" Condition =" !$(RuntimeIdentifier.StartsWith('win'))" />
66 </ItemGroup >
77
88</Project >
Original file line number Diff line number Diff line change 1515- Update Java Worker Version to [ 2.19.1] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.1 )
1616- Memory allocation optimizations in ` FeatureFlags.IsEnabled ` by adopting zero-allocation ` ContainsToken ` for efficient delimited token search (#11075 )
1717- Improvements to coldstart pipeline (#11102 ).
18+ - Update Python Worker Version to [ 4.38.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.38.0 )
Original file line number Diff line number Diff line change 3030 <PackageReference Include =" FluentAssertions" Version =" 5.9.0" />
3131 <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.0" />
3232 <PackageReference Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 8.1.0" />
33- <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.37 .0" />
33+ <PackageReference Include =" Microsoft.Azure.Functions.PythonWorker" Version =" 4.38 .0" />
3434 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
3535 <PackageReference Include =" Moq" Version =" 4.18.4" />
3636 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" >
You can’t perform that action at this time.
0 commit comments