We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175112d commit d6c5306Copy full SHA for d6c5306
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
#### Enhancements
6
- Added `price_type` argument for `DBNStore.to_df` to specify if price fields should be `fixed`, `float` or `decimal.Decimal`
7
+- Added `py.typed` marker file
8
- Upgraded `databento-dbn` to 0.13.0
9
10
#### Breaking Changes
databento/py.typed
pyproject.toml
@@ -6,7 +6,10 @@ authors = [
"Databento <support@databento.com>",
]
license = "Apache License 2.0"
-packages = [{include = "databento"}]
+packages = [
+ {include = "databento"},
11
+ {include = "databento/py.typed"},
12
+]
13
classifiers = [
14
"Development Status :: 4 - Beta",
15
"Operating System :: OS Independent",
0 commit comments