jijzept-sdk 2025.8.5__tar.gz → 2025.8.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.
Files changed (18) hide show
  1. {jijzept_sdk-2025.8.5/src/jijzept_sdk.egg-info → jijzept_sdk-2025.8.7}/PKG-INFO +2 -2
  2. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/pyproject.toml +1 -1
  3. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk/_version.py +2 -2
  4. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7/src/jijzept_sdk.egg-info}/PKG-INFO +2 -2
  5. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk.egg-info/requires.txt +1 -1
  6. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/.github/workflows/update_dependencies.yaml +0 -0
  7. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/.github/workflows/weekly_release.yaml +0 -0
  8. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/.gitignore +0 -0
  9. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/PyPI.md +0 -0
  10. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/README.md +0 -0
  11. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/gen_pyproject_toml.py +0 -0
  12. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/setup.cfg +0 -0
  13. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk/__init__.py +0 -0
  14. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk/__main__.py +0 -0
  15. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk.egg-info/SOURCES.txt +0 -0
  16. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk.egg-info/dependency_links.txt +0 -0
  17. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk.egg-info/entry_points.txt +0 -0
  18. {jijzept_sdk-2025.8.5 → jijzept_sdk-2025.8.7}/src/jijzept_sdk.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jijzept_sdk
3
- Version: 2025.8.5
3
+ Version: 2025.8.7
4
4
  Summary: Free development kit provided by JijZept.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Classifier: Operating System :: POSIX :: Linux
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
11
11
  Requires-Python: <3.13,>=3.10
12
12
  Description-Content-Type: text/markdown
13
- Requires-Dist: jijmodeling==1.13.1
13
+ Requires-Dist: jijmodeling==1.13.2
14
14
  Requires-Dist: ommx==2.0.5
15
15
  Provides-Extra: all
16
16
  Requires-Dist: ommx-fixstars-amplify-adapter==0.3.1; extra == "all"
@@ -19,7 +19,7 @@ classifiers = [
19
19
  ]
20
20
  dynamic = ["version"]
21
21
  dependencies = [
22
- "jijmodeling == 1.13.1",
22
+ "jijmodeling == 1.13.2",
23
23
  "ommx == 2.0.5",
24
24
  ]
25
25
 
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2025.8.5'
21
- __version_tuple__ = version_tuple = (2025, 8, 5)
20
+ __version__ = version = '2025.8.7'
21
+ __version_tuple__ = version_tuple = (2025, 8, 7)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jijzept_sdk
3
- Version: 2025.8.5
3
+ Version: 2025.8.7
4
4
  Summary: Free development kit provided by JijZept.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Classifier: Operating System :: POSIX :: Linux
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
11
11
  Requires-Python: <3.13,>=3.10
12
12
  Description-Content-Type: text/markdown
13
- Requires-Dist: jijmodeling==1.13.1
13
+ Requires-Dist: jijmodeling==1.13.2
14
14
  Requires-Dist: ommx==2.0.5
15
15
  Provides-Extra: all
16
16
  Requires-Dist: ommx-fixstars-amplify-adapter==0.3.1; extra == "all"
@@ -1,4 +1,4 @@
1
- jijmodeling==1.13.1
1
+ jijmodeling==1.13.2
2
2
  ommx==2.0.5
3
3
 
4
4
  [all]
File without changes
File without changes
File without changes