Bump Pythonnet version to 2.0.21 (#7367)
* Add security dynamic properties unit and regression tests. These assert that dynamic properties that are instances of python classes that inherit c# classes keep their python object references. * Minor change * Bump pythonnet version to 2.0.21 * Fix security dynamic properties cast from PyObject * Minor change
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<Compile Include="..\Common\Properties\SharedAssemblyInfo.cs" Link="Properties\SharedAssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.20" />
|
||||
<PackageReference Include="QuantConnect.pythonnet" Version="2.0.21" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="AccumulativeInsightPortfolioRegressionAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user