We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd9aa6 commit f5faf86Copy full SHA for f5faf86
2 files changed
deploy/charts/observability-app/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: dataops-observability-app
3
type: application
4
appVersion: "2.x.x"
5
-version: "2.2.3"
+version: "2.2.4"
6
7
description: DataOps Observability
8
home: https://datakitchen.io
pyproject.toml
@@ -34,14 +34,15 @@ dependencies = [
34
"marshmallow~=3.19.0",
35
"marshmallow-union==0.1.15.post1",
36
"msgpack==1.0.4",
37
+ "oauthlib~=3.2",
38
"peewee~=3.16.0",
39
"PyJWT~=2.4",
40
"PyMySQL==1.1.1",
41
"pybars3~=0.9.7",
42
"requests_extensions~=1.1.3",
43
"tomli==2.0.1",
- "Werkzeug==3.1.3",
44
- "yoyo-migrations~=8.2.0",
+ "WTForms==3.0.1",
45
+ "yoyo-migrations==9.0.0",
46
]
47
48
[project.optional-dependencies]
0 commit comments