We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6da74c commit 361b36dCopy full SHA for 361b36d
History.md
@@ -0,0 +1,6 @@
1
+
2
+1.0.5 / 2021-06-14
3
+===================
4
5
+ * Add changelog
6
+ * Change minimum duckdb version to 0.2.7
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "duckdb_engine"
-version = "0.1.4"
+version = "0.1.5"
description = ""
authors = ["Elliana <me@mause.me>"]
license = "MIT"
@@ -9,7 +9,7 @@ repository = "https://github.com/Mause/duckdb_engine"
9
10
[tool.poetry.dependencies]
11
python = ">=3.6.1"
12
-duckdb = "^0.2.7"
+duckdb = ">=0.2.7"
13
sqlalchemy = "^1.3.19"
14
15
[tool.poetry.dev-dependencies]
0 commit comments