QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Use Pydantic V1 even when V2 is installed for backwards compatibility #330

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

Ensure using Pydantic V1 without having to fix requirements major version. Some actions started failing after Pydantic release V2. This ensures we use V1 (which comes built in with V2).

Closes #327 Closes #329

yukewang1 commented 1 year ago

Thanks!