Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 42a1da2

Browse files
TJaniFtatiana
andauthored
Remove pydantic upper version constraint (#62)
Update CHANGELOG and bump version --------- Co-authored-by: Tatiana Al-Chueyr <tatiana.alchueyr@gmail.com>
1 parent 9dad06d commit 42a1da2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Changelog
22
=========
33

4+
0.1.6 (24-02-23)
5+
----------------
6+
7+
Bug fixes
8+
9+
* Bump `pydantic` to `>=1.10.0` to be compatible with Airflow 2.7.0+ (PR `#61 <https://github.com/astronomer/astro-provider-databricks/pull/61>`_ by @w0ut0)
10+
11+
12+
0.1.5 (31-07-23)
13+
----------------
14+
15+
Feature
16+
17+
* Add operator that supports all task types (PR `#55 <https://github.com/astronomer/astro-provider-databricks/pull/55>`_ by @crong-k)
18+
19+
Bug fixes
20+
21+
* Limit Pydantic < 2.0.0 until Airflow resolves incompatibilities (PR `#52 <https://github.com/astronomer/astro-provider-databricks/pull/42>`_ by @tatiana)
22+
23+
Enhancements
24+
25+
* Update query ID to hello world query (PR `#56 <https://github.com/astronomer/astro-provider-databricks/pull/56>`_ by @jlaneve)
26+
427
0.1.4 (23-06-16)
528
----------------
629

src/astro_databricks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from astro_databricks.operators.notebook import DatabricksNotebookOperator
44
from astro_databricks.operators.workflow import DatabricksWorkflowTaskGroup
55

6-
__version__ = "0.1.5"
6+
__version__ = "0.1.6"
77
__all__ = [
88
"DatabricksNotebookOperator",
99
"DatabricksWorkflowTaskGroup",

0 commit comments

Comments
 (0)