statikk 0.0.12__tar.gz → 0.0.13__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.
Files changed (41) hide show
  1. {statikk-0.0.12 → statikk-0.0.13}/PKG-INFO +5 -5
  2. {statikk-0.0.12 → statikk-0.0.13}/setup.cfg +3 -3
  3. {statikk-0.0.12 → statikk-0.0.13}/src/statikk.egg-info/PKG-INFO +5 -5
  4. {statikk-0.0.12 → statikk-0.0.13}/src/statikk.egg-info/requires.txt +3 -3
  5. {statikk-0.0.12 → statikk-0.0.13}/.coveragerc +0 -0
  6. {statikk-0.0.12 → statikk-0.0.13}/.gitignore +0 -0
  7. {statikk-0.0.12 → statikk-0.0.13}/.readthedocs.yml +0 -0
  8. {statikk-0.0.12 → statikk-0.0.13}/AUTHORS.rst +0 -0
  9. {statikk-0.0.12 → statikk-0.0.13}/CHANGELOG.rst +0 -0
  10. {statikk-0.0.12 → statikk-0.0.13}/CONTRIBUTING.rst +0 -0
  11. {statikk-0.0.12 → statikk-0.0.13}/LICENSE.txt +0 -0
  12. {statikk-0.0.12 → statikk-0.0.13}/README.rst +0 -0
  13. {statikk-0.0.12 → statikk-0.0.13}/assets/favicon.png +0 -0
  14. {statikk-0.0.12 → statikk-0.0.13}/assets/logo.png +0 -0
  15. {statikk-0.0.12 → statikk-0.0.13}/docs/Makefile +0 -0
  16. {statikk-0.0.12 → statikk-0.0.13}/docs/_static/.gitignore +0 -0
  17. {statikk-0.0.12 → statikk-0.0.13}/docs/authors.rst +0 -0
  18. {statikk-0.0.12 → statikk-0.0.13}/docs/changelog.rst +0 -0
  19. {statikk-0.0.12 → statikk-0.0.13}/docs/conf.py +0 -0
  20. {statikk-0.0.12 → statikk-0.0.13}/docs/contributing.rst +0 -0
  21. {statikk-0.0.12 → statikk-0.0.13}/docs/index.rst +0 -0
  22. {statikk-0.0.12 → statikk-0.0.13}/docs/license.rst +0 -0
  23. {statikk-0.0.12 → statikk-0.0.13}/docs/readme.rst +0 -0
  24. {statikk-0.0.12 → statikk-0.0.13}/docs/requirements.txt +0 -0
  25. {statikk-0.0.12 → statikk-0.0.13}/docs/usage.rst +0 -0
  26. {statikk-0.0.12 → statikk-0.0.13}/pyproject.toml +0 -0
  27. {statikk-0.0.12 → statikk-0.0.13}/setup.py +0 -0
  28. {statikk-0.0.12 → statikk-0.0.13}/src/statikk/__init__.py +0 -0
  29. {statikk-0.0.12 → statikk-0.0.13}/src/statikk/conditions.py +0 -0
  30. {statikk-0.0.12 → statikk-0.0.13}/src/statikk/engine.py +0 -0
  31. {statikk-0.0.12 → statikk-0.0.13}/src/statikk/expressions.py +0 -0
  32. {statikk-0.0.12 → statikk-0.0.13}/src/statikk/models.py +0 -0
  33. {statikk-0.0.12 → statikk-0.0.13}/src/statikk.egg-info/SOURCES.txt +0 -0
  34. {statikk-0.0.12 → statikk-0.0.13}/src/statikk.egg-info/dependency_links.txt +0 -0
  35. {statikk-0.0.12 → statikk-0.0.13}/src/statikk.egg-info/not-zip-safe +0 -0
  36. {statikk-0.0.12 → statikk-0.0.13}/src/statikk.egg-info/top_level.txt +0 -0
  37. {statikk-0.0.12 → statikk-0.0.13}/tests/conftest.py +0 -0
  38. {statikk-0.0.12 → statikk-0.0.13}/tests/test_engine.py +0 -0
  39. {statikk-0.0.12 → statikk-0.0.13}/tests/test_expressions.py +0 -0
  40. {statikk-0.0.12 → statikk-0.0.13}/tests/test_models.py +0 -0
  41. {statikk-0.0.12 → statikk-0.0.13}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: statikk
3
- Version: 0.0.12
3
+ Version: 0.0.13
4
4
  Summary: statikk is a single table application (STA) library for DynamoDb.
5
5
  Home-page: https://github.com/terinia/statikk
6
6
  Author: Balint Biro
@@ -14,9 +14,9 @@ Requires-Python: >=3.8
14
14
  Description-Content-Type: text/x-rst; charset=UTF-8
15
15
  License-File: LICENSE.txt
16
16
  Requires-Dist: importlib-metadata; python_version < "3.8"
17
- Requires-Dist: pydantic==2.7.4
18
- Requires-Dist: boto3==1.28.43
19
- Requires-Dist: aws-xray-sdk==2.14.0
17
+ Requires-Dist: pydantic<3.0,>=2.7.4
18
+ Requires-Dist: boto3<2.0,>=1.28.43
19
+ Requires-Dist: aws-xray-sdk<3.0,>=2.14.0
20
20
  Provides-Extra: testing
21
21
  Requires-Dist: setuptools; extra == "testing"
22
22
  Requires-Dist: pytest; extra == "testing"
@@ -24,9 +24,9 @@ package_dir =
24
24
  python_requires = >=3.8
25
25
  install_requires =
26
26
  importlib-metadata; python_version<"3.8"
27
- pydantic==2.7.4
28
- boto3==1.28.43
29
- aws-xray-sdk==2.14.0
27
+ pydantic>=2.7.4,<3.0
28
+ boto3>=1.28.43,<2.0
29
+ aws-xray-sdk>=2.14.0,<3.0
30
30
 
31
31
  [options.packages.find]
32
32
  where = src
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: statikk
3
- Version: 0.0.12
3
+ Version: 0.0.13
4
4
  Summary: statikk is a single table application (STA) library for DynamoDb.
5
5
  Home-page: https://github.com/terinia/statikk
6
6
  Author: Balint Biro
@@ -14,9 +14,9 @@ Requires-Python: >=3.8
14
14
  Description-Content-Type: text/x-rst; charset=UTF-8
15
15
  License-File: LICENSE.txt
16
16
  Requires-Dist: importlib-metadata; python_version < "3.8"
17
- Requires-Dist: pydantic==2.7.4
18
- Requires-Dist: boto3==1.28.43
19
- Requires-Dist: aws-xray-sdk==2.14.0
17
+ Requires-Dist: pydantic<3.0,>=2.7.4
18
+ Requires-Dist: boto3<2.0,>=1.28.43
19
+ Requires-Dist: aws-xray-sdk<3.0,>=2.14.0
20
20
  Provides-Extra: testing
21
21
  Requires-Dist: setuptools; extra == "testing"
22
22
  Requires-Dist: pytest; extra == "testing"
@@ -1,6 +1,6 @@
1
- pydantic==2.7.4
2
- boto3==1.28.43
3
- aws-xray-sdk==2.14.0
1
+ pydantic<3.0,>=2.7.4
2
+ boto3<2.0,>=1.28.43
3
+ aws-xray-sdk<3.0,>=2.14.0
4
4
 
5
5
  [:python_version < "3.8"]
6
6
  importlib-metadata
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
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes