async-easy-model 0.2.7__tar.gz → 0.2.8__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.
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/PKG-INFO +1 -1
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model/__init__.py +1 -1
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model.egg-info/PKG-INFO +1 -1
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/setup.py +1 -1
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/LICENSE +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/README.md +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model/auto_relationships.py +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model/migrations.py +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model/model.py +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model/relationships.py +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model/visualization.py +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model.egg-info/SOURCES.txt +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model.egg-info/dependency_links.txt +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model.egg-info/requires.txt +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model.egg-info/top_level.txt +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/setup.cfg +0 -0
- {async_easy_model-0.2.7 → async_easy_model-0.2.8}/tests/test_easy_model.py +0 -0
@@ -12,7 +12,7 @@ from typing import Optional, Any
|
|
12
12
|
from .model import EasyModel, init_db, db_config
|
13
13
|
from sqlmodel import Field, Relationship as SQLModelRelationship
|
14
14
|
|
15
|
-
__version__ = "0.2.
|
15
|
+
__version__ = "0.2.8"
|
16
16
|
__all__ = ["EasyModel", "init_db", "db_config", "Field", "Relationship", "Relation", "enable_auto_relationships", "disable_auto_relationships", "process_auto_relationships", "MigrationManager", "check_and_migrate_models", "ModelVisualizer"]
|
17
17
|
|
18
18
|
# Create a more user-friendly Relationship function
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name="async-easy-model",
|
8
|
-
version="0.2.
|
8
|
+
version="0.2.8",
|
9
9
|
author="Pablo Schaffner",
|
10
10
|
author_email="pablo@puntorigen.com",
|
11
11
|
description="A simplified SQLModel-based ORM for async database operations",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{async_easy_model-0.2.7 → async_easy_model-0.2.8}/async_easy_model.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|