Skip to content

Commit

Permalink
BLD: Remove Python version upper-bound
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Jan 3, 2025
1 parent aa03a85 commit 3d1ab19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## 0.47.1 - TBD
## 0.48.0 - TBD

#### Enhancements
- Added export of `StatusAction` enum from `databento_dbn` to the root `databento` package
- Added export of `StatusReason` enum from `databento_dbn` to the root `databento` package
- Added export of `TradingEvent` enum from `databento_dbn` to the root `databento` package
- Removed upper bound for supported `python` versions; the constraint is now `^3.9`

## 0.47.0 - 2024-12-17

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# databento-python

[![test](https://github.com/databento/databento-python/actions/workflows/test.yml/badge.svg?branch=dev)](https://github.com/databento/databento-python/actions/workflows/test.yml)
![python](https://img.shields.io/badge/python-3.9+-blue.svg)
![python](https://img.shields.io/pypi/pyversions/databento.svg)
[![pypi-version](https://img.shields.io/pypi/v/databento)](https://pypi.org/project/databento)
[![license](https://img.shields.io/github/license/databento/databento-python?color=blue)](./LICENSE)
[![code-style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repository = "https://github.com/databento/databento-python"
"Bug Tracker" = "https://github.com/databento/databento-python/issues"

[tool.poetry.dependencies]
python = ">=3.9,<3.14"
python = "^3.9"
aiohttp = [
{version = "^3.8.3", python = "<3.12"},
{version = "^3.9.0", python = "^3.12"}
Expand Down

0 comments on commit 3d1ab19

Please sign in to comment.