Skip to content

Commit

Permalink
prep v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Apr 29, 2024
1 parent 7ea1f46 commit 7ede5f1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
## Unreleased


## 1.5.4
### Added
- py3.11 support
- py3.12 support
### Fixed
- new confu circular import
### Removed
- py3.7 support


## 1.5.3
### Fixed
- pin Flask to < 2.2 until compatibility isuses are resolved
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Unreleased:
added:
- py3.11 support
- py3.12 support
added: []
fixed: []
changed: []
deprecated: []
removed: []
security: []
1.5.4:
added:
- py3.11 support
- py3.12 support
fixed:
- new confu circular import
removed:
- py3.7 support
security: []
1.5.3:
fixed:
- pin Flask to < 2.2 until compatibility isuses are resolved
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ rrdtool = { version = ">=0.1.14, <1", optional = true }
prometheus_client = { version = ">=0.11.0", optional = true }

# standalone
graphsrv = { version = ">=2", optional = true }
vodka = { version = ">=3.1", optional = true }
graphsrv = { version = "^2", optional = true }
vodka = { version = "^3.1", optional = true }
# FIXME: wekzeug >2.1.0 breaks static file serving
Werkzeug = { version = ">2,<2.1.0", optional = true }
Flask = { version = ">2,<2.2", optional = true }
Expand Down

0 comments on commit 7ede5f1

Please sign in to comment.