uEdition-Editor 2.2.4__tar.gz → 2.2.6__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 (39) hide show
  1. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/PKG-INFO +8 -7
  2. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/pyproject.toml +7 -6
  3. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/__about__.py +1 -1
  4. uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/CodeMirrorEditor-BF2jh00W.js +30 -0
  5. uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/FolderEditor-BNCG3vgz.js +1 -0
  6. uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/ImageEditor--gQ_1rXk.js +1 -0
  7. uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/PdfEditor-QUshyPu3.js → uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/PdfEditor-CtsEdEpM.js +1 -1
  8. uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/TeiEditor-BcD-8cUg.js +105 -0
  9. uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/index-B_6pnSm6.css +1 -0
  10. uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/index-CzJC11sa.js +14 -0
  11. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/index.html +2 -2
  12. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/settings.py +2 -0
  13. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/update_version.py +1 -1
  14. uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/CodeMirrorEditor-DeB75lTS.js +0 -30
  15. uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/FolderEditor-CW7prHc8.js +0 -1
  16. uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/ImageEditor-wIdXiu8y.js +0 -1
  17. uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/TeiEditor-CxvffDm0.js +0 -103
  18. uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/index-BvXz_3FY.css +0 -1
  19. uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/index-CKkRF2_K.js +0 -14
  20. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/.gitignore +0 -0
  21. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/.pre-commit-config.yaml +0 -0
  22. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/Containerfile +0 -0
  23. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/LICENSE.txt +0 -0
  24. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/README.md +0 -0
  25. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/__init__.py +0 -0
  26. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/__main__.py +0 -0
  27. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/__init__.py +0 -0
  28. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/auth.py +0 -0
  29. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/branches.py +0 -0
  30. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/configs.py +0 -0
  31. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/files.py +0 -0
  32. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/tests.py +0 -0
  33. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/util.py +0 -0
  34. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/cli/__init__.py +0 -0
  35. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/cron.py +0 -0
  36. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/assets/CodeMirrorEditor-DUGUrxLC.css +0 -0
  37. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/assets/index-Vcq4gwWv.js +0 -0
  38. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/ueditor.svg +0 -0
  39. {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/state.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uEdition-Editor
3
- Version: 2.2.4
3
+ Version: 2.2.6
4
4
  Project-URL: Documentation, https://github.com/uEdition/uEditor#readme
5
5
  Project-URL: Issues, https://github.com/uEdition/uEditor/issues
6
6
  Project-URL: Source, https://github.com/uEdition/uEditor
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.14
15
16
  Classifier: Programming Language :: Python :: Implementation :: CPython
16
17
  Classifier: Programming Language :: Python :: Implementation :: PyPy
17
18
  Requires-Python: >=3.11
@@ -20,16 +21,16 @@ Requires-Dist: fastapi<1
20
21
  Requires-Dist: httptools<1
21
22
  Requires-Dist: httpx<1,>=0.28.1
22
23
  Requires-Dist: lxml<7,>=5
23
- Requires-Dist: pydantic-settings<3,>=2
24
- Requires-Dist: pydantic[email]<3,>=2
25
- Requires-Dist: pygit2<2,>=1.17.0
26
- Requires-Dist: pyjwt[crypto]<3,>=2.10.1
24
+ Requires-Dist: pydantic-settings<3,>=2.13.1
25
+ Requires-Dist: pydantic[email]<3,>=2.13.2
26
+ Requires-Dist: pygit2<2,>=1.19.2
27
+ Requires-Dist: pyjwt[crypto]<3,>=2.12.1
27
28
  Requires-Dist: python-multipart<1,>=0.0.9
28
29
  Requires-Dist: python-slugify<9,>=8.0.4
29
30
  Requires-Dist: pyyaml-include<3,>=2
30
31
  Requires-Dist: pyyaml<7,>=6
31
- Requires-Dist: typer<1,>=0.15.1
32
- Requires-Dist: uedition<2.1,>=2.0.0b5
32
+ Requires-Dist: typer<1,>=0.24.1
33
+ Requires-Dist: uedition
33
34
  Requires-Dist: uvicorn<1
34
35
  Requires-Dist: websockets<17,>=15
35
36
  Description-Content-Type: text/markdown
@@ -17,6 +17,7 @@ classifiers = [
17
17
  "Programming Language :: Python :: 3.11",
18
18
  "Programming Language :: Python :: 3.12",
19
19
  "Programming Language :: Python :: 3.13",
20
+ "Programming Language :: Python :: 3.14",
20
21
  "Programming Language :: Python :: Implementation :: CPython",
21
22
  "Programming Language :: Python :: Implementation :: PyPy",
22
23
  ]
@@ -26,16 +27,16 @@ dependencies = [
26
27
  "httptools<1",
27
28
  "httpx>=0.28.1,<1",
28
29
  "lxml>=5,<7",
29
- "pydantic[email]>=2,<3",
30
- "pydantic_settings>=2,<3",
31
- "pygit2>=1.17.0,<2",
30
+ "pydantic[email]>=2.13.2,<3",
31
+ "pydantic_settings>=2.13.1,<3",
32
+ "pygit2>=1.19.2,<2",
32
33
  "python-multipart>=0.0.9,<1",
33
34
  "python-slugify>=8.0.4,<9",
34
- "pyjwt[crypto]>=2.10.1,<3",
35
+ "pyjwt[crypto]>=2.12.1,<3",
35
36
  "PyYaml>=6,<7",
36
37
  "pyyaml_include>=2,<3",
37
- "uEdition>=2.0.0b5,<2.1",
38
- "typer>=0.15.1,<1",
38
+ "uEdition",
39
+ "typer>=0.24.1,<1",
39
40
  "uvicorn<1",
40
41
  "websockets>=15,<17",
41
42
  ]
@@ -3,4 +3,4 @@
3
3
  # SPDX-License-Identifier: MIT
4
4
  """About this package."""
5
5
 
6
- __version__ = "2.2.4"
6
+ __version__ = "2.2.6"