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 6354d94 commit c00e308Copy full SHA for c00e308
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.67.0 - TBD
+## 0.67.0 - 2025-12-02
4
5
#### Enhancements
6
- Added a property `Live.subscription_requests` which returns a list of tuples containing every `SubscriptionRequest` for the live session
databento/version.py
@@ -1 +1 @@
-__version__ = "0.66.0"
+__version__ = "0.67.0"
pyproject.toml
[project]
name = "databento"
-version = "0.66.0"
+version = "0.67.0"
description = "Official Python client library for Databento"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments