bootgraph 1.18.0.dev33616__tar.gz → 1.19.0__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.
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/PKG-INFO +1 -1
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/pyproject.toml +1 -1
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/.gitignore +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/LICENSE +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/README.md +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/__init__.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/database/__init__.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/database/filter_builders/__init__.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/database/operations.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/database/utils.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/dl.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/models.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/router.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/schemas/__init__.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/schemas/generators.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/schemas/models.py +0 -0
- {bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bootgraph
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.19.0
|
|
4
4
|
Summary: A Python library for integrating SQLModel and Strawberry, providing a seamless GraphQL integration with FastAPI and advanced features for database interactions.
|
|
5
5
|
Author-email: Pavel Mulin <mulin.pasha@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "bootgraph"
|
|
3
|
-
version = "v1.
|
|
3
|
+
version = "v1.19.0"
|
|
4
4
|
description = "A Python library for integrating SQLModel and Strawberry, providing a seamless GraphQL integration with FastAPI and advanced features for database interactions."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bootgraph-1.18.0.dev33616 → bootgraph-1.19.0}/bootgraph/database/filter_builders/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|