auto-rest-api 0.1.6__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.

Potentially problematic release.


This version of auto-rest-api might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: auto-rest-api
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Automatically map database schemas and deploy per-table REST API endpoints.
5
5
  License: GPL-3.0-only
6
6
  Keywords: Better,HPC,automatic,rest,api
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [project]
6
6
  name = "auto-rest-api"
7
- version = "0.1.6"
7
+ version = "0.1.7"
8
8
  readme = "README.md"
9
9
  description = "Automatically map database schemas and deploy per-table REST API endpoints."
10
10
  authors = [{ name = "Better HPC LLC" }]
@@ -52,8 +52,8 @@ coverage = "*"
52
52
 
53
53
  [tool.poetry.group.docs.dependencies]
54
54
  mkdocs = "^1.6.1"
55
- mkdocs-material = "^9.5.49"
56
- mkdocstrings-python = "^1.13.0"
55
+ mkdocs-material = "^9.6.12"
56
+ mkdocstrings-python = "^1.16.10"
57
57
 
58
58
  [tool.poetry.scripts]
59
59
  auto-rest = "auto_rest.__main__:main"
File without changes
File without changes