adaptsapi 0.1.5__tar.gz → 0.1.7__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: adaptsapi
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: CLI to enqueue triggers via internal API Gateway → SNS
5
5
  Home-page: https://github.com/adaptsai/adaptsapi
6
6
  Author: adapts
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "adaptsapi"
7
- version = "0.1.5"
7
+ version = "0.1.7"
8
8
  description = "CLI to enqueue triggers via internal API Gateway → SNS"
9
9
  readme = { file = "README.md", content-type = "text/markdown" }
10
10
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="adaptsapi",
5
- version="0.1.5",
5
+ version="0.1.7",
6
6
  author="adapts",
7
7
  author_email="dev@adapts.ai",
8
8
  description="CLI to enqueue triggers via internal API Gateway → SNS",
@@ -55,6 +55,7 @@ def _validate_payload(payload: Dict[str, Any]) -> None:
55
55
  "commit_message": str,
56
56
  "commit_author": str,
57
57
  "directory_name": str,
58
+ "personal_access_token": str,
58
59
  }
59
60
  # required loop
60
61
  for field, typ in required_repo_fields.items():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adaptsapi
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: CLI to enqueue triggers via internal API Gateway → SNS
5
5
  Home-page: https://github.com/adaptsai/adaptsapi
6
6
  Author: adapts
File without changes
File without changes
File without changes
File without changes