Skip to content

Commit ff3c836

Browse files
Merge pull request #28 from DataKitchen/release/2.5.0
ci: fix dependencies and helm version
2 parents ddd9aa6 + f5faf86 commit ff3c836

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

deploy/charts/observability-app/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: dataops-observability-app
33
type: application
44
appVersion: "2.x.x"
5-
version: "2.2.3"
5+
version: "2.2.4"
66

77
description: DataOps Observability
88
home: https://datakitchen.io

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ dependencies = [
3434
"marshmallow~=3.19.0",
3535
"marshmallow-union==0.1.15.post1",
3636
"msgpack==1.0.4",
37+
"oauthlib~=3.2",
3738
"peewee~=3.16.0",
3839
"PyJWT~=2.4",
3940
"PyMySQL==1.1.1",
4041
"pybars3~=0.9.7",
4142
"requests_extensions~=1.1.3",
4243
"tomli==2.0.1",
43-
"Werkzeug==3.1.3",
44-
"yoyo-migrations~=8.2.0",
44+
"WTForms==3.0.1",
45+
"yoyo-migrations==9.0.0",
4546
]
4647

4748
[project.optional-dependencies]

0 commit comments

Comments
 (0)