pjdev-sqlmodel 4.6.10__tar.gz → 4.6.11__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.
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/.gitignore +4 -1
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/PKG-INFO +1 -1
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/__about__.py +1 -1
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/LICENSE.txt +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/README.md +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/pyproject.toml +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/__init__.py +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/models/__init__.py +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/models/db_models.py +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/models/settings_models.py +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/settings_service.py +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/sqlmodel_service.py +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/utilities.py +0 -0
- {pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/tests/__init__.py +0 -0
|
@@ -162,4 +162,7 @@ cython_debug/
|
|
|
162
162
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
163
163
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
|
164
164
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
|
165
|
-
#.idea/
|
|
165
|
+
#.idea/
|
|
166
|
+
|
|
167
|
+
**/uv.lock
|
|
168
|
+
!./uv.lock
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pjdev-sqlmodel
|
|
3
|
-
Version: 4.6.
|
|
3
|
+
Version: 4.6.11
|
|
4
4
|
Project-URL: Documentation, https://gitlab.purplejay.net/keystone/python
|
|
5
5
|
Project-URL: Issues, https://gitlab.purplejay.net/keystone/python/issues
|
|
6
6
|
Project-URL: Source, https://gitlab.purplejay.net/keystone/python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pjdev_sqlmodel-4.6.10 → pjdev_sqlmodel-4.6.11}/src/pjdev_sqlmodel/models/settings_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|