Skip to content

Commit 788d061

Browse files
authored
fix: upgrade to latest wherobots db api package (#56)
picks up the retry logic for web socket connections
1 parent 908cf9c commit 788d061

2 files changed

Lines changed: 1332 additions & 1334 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "airflow-providers-wherobots"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Airflow extension for communicating with Wherobots Cloud"
55
authors = [{ name = "zongsi.zhang", email = "zongsi@wherobots.com" }]
66
requires-python = ">=3.10, <3.13"
77
readme = "README.md"
88
dependencies = [
9-
"wherobots-python-dbapi>=0.26.0",
9+
"wherobots-python-dbapi>=0.26.1",
1010
"pydantic~=2.3",
1111
]
1212

0 commit comments

Comments
 (0)