teams-alerter 0.1.5__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: teams-alerter
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Module pour envoyer des alertes Teams via Pub/Sub
5
5
  Author-email: Toki <t.bakotondrabe-ext@paris-turf.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "teams-alerter"
7
- version = "0.1.5"
7
+ version = "0.1.6"
8
8
  description = "Module pour envoyer des alertes Teams via Pub/Sub"
9
9
  authors = [{ name = "Toki", email = "t.bakotondrabe-ext@paris-turf.com" }]
10
10
  readme = "README.md"
@@ -46,7 +46,7 @@ class TeamsAlerter:
46
46
  payload = json.dumps(
47
47
  {
48
48
  "app_name": self.utils["app_name"],
49
- "teams_channel": self.utils["teams_chanel"],
49
+ "teams_channel": self.utils["teams_channel"],
50
50
  "detail": self.detail,
51
51
  "level": self.level,
52
52
  "environment": self.utils["env"],
@@ -11,7 +11,7 @@ class ErrorUtils(TypedDict):
11
11
  topic_project_id: str
12
12
  topic_id: str
13
13
  app_name: str
14
- teams_chanel: str
14
+ teams_channel: str
15
15
 
16
16
 
17
17
  class DateUtils:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: teams-alerter
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Module pour envoyer des alertes Teams via Pub/Sub
5
5
  Author-email: Toki <t.bakotondrabe-ext@paris-turf.com>
6
6
  License: MIT
File without changes
File without changes