Skip to content

Commit 2c3a719

Browse files
committed
Update DuckDB to v1.0.0
1 parent efa588f commit 2c3a719

3 files changed

Lines changed: 55 additions & 67 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ lint: format
1212
poetry run pylint py_boilingdata/*.py
1313

1414
build:
15+
rm -rf dist/
1516
poetry build
1617

1718
run:

poetry.lock

Lines changed: 52 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asyncio_mode = "auto"
33

44
[tool.poetry]
55
name = "py-boilingdata"
6-
version = "0.2.11"
6+
version = "0.2.12"
77
description = "BoilingData (websockets) client for Python"
88
authors = ["Dan Forsberg <dan@boilingdata.com>"]
99
readme = "README.md"
@@ -13,7 +13,7 @@ python = "^3.10"
1313
boto3 = "^1.29.1"
1414
asyncio = "^3.4.3"
1515
botocore = "^1.32.1"
16-
duckdb = "^0.9.2"
16+
duckdb = "^1.0.0"
1717
uuid = "^1.30"
1818
pytest-snapshot = "^0.9.0"
1919
websocket-client = "^1.6.4"

0 commit comments

Comments
 (0)