alpacahq / alpaca-py

The Official Python SDK for Alpaca API
https://alpaca.markets/sdks/python/getting_started.html
Apache License 2.0
602 stars 147 forks source link

Fix `Account` pydantic model #522

Open dtatarkin opened 2 weeks ago

dtatarkin commented 2 weeks ago

Fix Account pydantic model to properly handle serialization and deserialization.

The custom init method for the account model makes no sense, as it partially duplicates the default built-in pydantic behaviour, but breaks model serialisation and deserialisation.