Skip to content

Commit

Permalink
Install influxdb-client with the async extra
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 27, 2024
1 parent a3ee61c commit 6eb894f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.4 - December 27, 2024

### 🔧 Fixed

* Install `influxdb-client` with the `async` extra.


## 0.5.3 - December 27, 2024

### 🔧 Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ slack = [
]
all = [
"kubernetes>=31.0.0",
"influxdb-client>=1.47.0",
"influxdb-client[async]>=1.47.0",
"astropy>=6.0.0; python_version<'3.11'",
"astropy>=7.0.0; python_version>='3.11'",
"astroplan>=0.10.1",
Expand Down
33 changes: 31 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eb894f

Please sign in to comment.