Alpaca-py

Latest version: v0.33.0

Safety actively analyzes 682244 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 11

0.8.2

What's Changed

This is a patch release fixing errors occurring due to the new `CRYPTO` enum value for the `AssetExchange` enum.

* Update enums to include Crypto Exchange by toddpi314 in https://github.com/alpacahq/alpaca-py/pull/277

New Contributors
* toddpi314 made their first contribution in https://github.com/alpacahq/alpaca-py/pull/277

0.8.1

What's Changed

* Realtime crypto data for `v1beta3` endpoints via the `CryptoDataStream`
* Add `get_all_accounts_positions` method to `BrokerClient` by victorouse in https://github.com/alpacahq/alpaca-py/pull/268

0.8.0

What's Changed
* documentation: fix README to have correct datetime type for CryptoBarsRequest by JonathanRayner in https://github.com/alpacahq/alpaca-py/pull/257
* Fix pydantic validation errors for firm accounts by alessiocastrica in https://github.com/alpacahq/alpaca-py/pull/255
* v1beta3 crypto by haxdds in https://github.com/alpacahq/alpaca-py/pull/264
* Add currency parameter by alessiocastrica in https://github.com/alpacahq/alpaca-py/pull/253
* Adds Currency Param by haxdds in https://github.com/alpacahq/alpaca-py/pull/265

New Contributors
* JonathanRayner made their first contribution in https://github.com/alpacahq/alpaca-py/pull/257
* alessiocastrica made their first contribution in https://github.com/alpacahq/alpaca-py/pull/255

**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.7.2...v0.8.0

0.7.2

What's Changed
* Added support for new OrderStatus `pending_review`.
* Some typos were fixed by omahs
* Add support for basic authorization for `StockHistoricalDataClient` and `RESTClient` by victorouse

New Contributors
* sshcli made their first contribution in https://github.com/alpacahq/alpaca-py/pull/241
* omahs made their first contribution in https://github.com/alpacahq/alpaca-py/pull/245
* victorouse made their first contribution in https://github.com/alpacahq/alpaca-py/pull/250

**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* [Bug]: TradingClient.get_clock() results in a positional argument Typ… by Ale-Cas in https://github.com/alpacahq/alpaca-py/pull/171
* Fix: Adding extra optional params to Asset model to accommodate cryptocurrencies by andrewwoood in https://github.com/alpacahq/alpaca-py/pull/175
* Added new order status `held` by OlegRa in https://github.com/alpacahq/alpaca-py/pull/182
* Fix: using isinstance to check list type by andrewwoood in https://github.com/alpacahq/alpaca-py/pull/174
* fixes issue 195 by gageorsburn in https://github.com/alpacahq/alpaca-py/pull/196
* Change string to datetime by BradGaddis in https://github.com/alpacahq/alpaca-py/pull/208
* Fixed issue with the `get_order_for_account_by_client_id` functions by OlegRa in https://github.com/alpacahq/alpaca-py/pull/209
* fix: https://github.com/alpacahq/alpaca-py/issues/172 by Ale-Cas in https://github.com/alpacahq/alpaca-py/pull/185
* feat: trading client account configurations by Ale-Cas in https://github.com/alpacahq/alpaca-py/pull/184
* Adds User Agent Header For WebSocket Client by haxdds in https://github.com/alpacahq/alpaca-py/pull/215
* Make Transfers Params Optional by haxdds in https://github.com/alpacahq/alpaca-py/pull/223
* feat: support type checking by cemlyn007 in https://github.com/alpacahq/alpaca-py/pull/188
* bug fix -- fix for accessing APIError.code throws TypeError by mikenester in https://github.com/alpacahq/alpaca-py/pull/221
* Update GetEventsRequest to match Broker API docs by joepatmckenna in https://github.com/alpacahq/alpaca-py/pull/229
* Fix for circular import error on websockets.py by jamesburnettdev in https://github.com/alpacahq/alpaca-py/pull/220
* Employment Status Fix by haxdds in https://github.com/alpacahq/alpaca-py/pull/235
* Adds Trade Confirmation Json Type by haxdds in https://github.com/alpacahq/alpaca-py/pull/237
* Fixes Trade Updates Validation Error by haxdds in https://github.com/alpacahq/alpaca-py/pull/234
* Fix Order Status in Get Orders Example by haxdds in https://github.com/alpacahq/alpaca-py/pull/238
* Handle Onboarding Account In `get_account` by haxdds in https://github.com/alpacahq/alpaca-py/pull/231
* Update Doc Strings for Orders by haxdds in https://github.com/alpacahq/alpaca-py/pull/240

New Contributors
* Ale-Cas made their first contribution in https://github.com/alpacahq/alpaca-py/pull/171
* andrewwoood made their first contribution in https://github.com/alpacahq/alpaca-py/pull/175
* OlegRa made their first contribution in https://github.com/alpacahq/alpaca-py/pull/182
* gageorsburn made their first contribution in https://github.com/alpacahq/alpaca-py/pull/196
* BradGaddis made their first contribution in https://github.com/alpacahq/alpaca-py/pull/208
* cemlyn007 made their first contribution in https://github.com/alpacahq/alpaca-py/pull/188
* mikenester made their first contribution in https://github.com/alpacahq/alpaca-py/pull/221
* joepatmckenna made their first contribution in https://github.com/alpacahq/alpaca-py/pull/229
* jamesburnettdev made their first contribution in https://github.com/alpacahq/alpaca-py/pull/220

**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.6.0...v0.7.1

0.6.0

What's Changed
* add meta description to homepage by sfhemstreet in https://github.com/alpacahq/alpaca-py/pull/139
* add OTC to AssetExchange by haxdds in https://github.com/alpacahq/alpaca-py/pull/142
* V1beta2 Crypto Stream by haxdds in https://github.com/alpacahq/alpaca-py/pull/145
* TradingStream by haxdds in https://github.com/alpacahq/alpaca-py/pull/146
* Market Data Requests Support Timezone Awareness by haxdds in https://github.com/alpacahq/alpaca-py/pull/154
* Raw Data Support for Broker, Trading, Market Data by haxdds in https://github.com/alpacahq/alpaca-py/pull/158
* Pretty Print by haxdds in https://github.com/alpacahq/alpaca-py/pull/159
* SSE streaming by haxdds in https://github.com/alpacahq/alpaca-py/pull/160


**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.5.0...v0.6.0

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.