Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 21beade

Browse files
authored
Release 1.5.4 (#1944)
Bug Fixes - Fix AstroCustomXcomBackend circular import issue. [#1943](#1943)
1 parent dcdf864 commit 21beade

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

python-sdk/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.5.4
4+
5+
### Bug Fixes
6+
7+
- Fix AstroCustomXcomBackend circular import issue. [#1943](https://github.com/astronomer/astro-sdk/pull/1943)
8+
9+
310
## 1.5.3
411

512
### Bug Fixes

python-sdk/src/astro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A decorator that allows users to run SQL queries natively in Airflow."""
22

3-
__version__ = "1.5.3"
3+
__version__ = "1.5.4"
44

55

66
# This is needed to allow Airflow to pick up specific metadata fields it needs

0 commit comments

Comments
 (0)