Skip to content

Commit 7b08638

Browse files
committed
DOC: Update databento-python requirements
1 parent 67a48e5 commit 7b08638

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
- Renamed `booklevel` MBP field to `levels` for brevity and consistent naming
88
- Changed `flags` field to an unsigned int
99
- Changed default of `ts_out` to `False` for `Live` client
10-
- Removed `open_interest_qty` and `cleared_volume` fields that were always unset from definition schema
1110
- Changed `instrument_class` DataFrame representation to be consistent with other `char` types
11+
- Removed `open_interest_qty` and `cleared_volume` fields that were always unset from definition schema
12+
- Removed sunset `timeseries.stream` method
1213

1314
## 0.12.0 - 2023-05-01
1415
- Added `Live` client for connecting to Databento's live service

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ You can find our full client API reference on the [Historical Reference](https:/
3030
The library is fully compatible with the latest distribution of Anaconda 3.7 and above.
3131
The minimum dependencies as found in the `requirements.txt` are also listed below:
3232
- Python (>=3.7)
33-
- aiohttp (>=3.7.2)
34-
- databento-dbn (==0.5.0)
33+
- aiohttp (>=3.7.2,<4.0.0)
34+
- databento-dbn (==0.6.0)
3535
- numpy (>=1.17.0)
3636
- pandas (>=1.1.3)
3737
- requests (>=2.24.0)
38-
- zstandard (>=0.20.0)
38+
- zstandard (>=0.21.0)
3939

4040
## Installation
4141
To install the latest stable version of the package from PyPI:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ databento-dbn==0.6.0
33
numpy>=1.17.0
44
pandas>=1.1.3
55
requests>=2.24.0
6-
zstandard>=0.20.0
6+
zstandard>=0.21.0

0 commit comments

Comments
 (0)