uEdition-Editor 2.2.5__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.
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/PKG-INFO +6 -6
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/pyproject.toml +5 -5
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/__about__.py +1 -1
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/CodeMirrorEditor-BF2jh00W.js +30 -0
- uedition_editor-2.2.5/uedition_editor/frontend/dist/assets/FolderEditor-qw4115u-.js → uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/FolderEditor-BNCG3vgz.js +1 -1
- uedition_editor-2.2.5/uedition_editor/frontend/dist/assets/ImageEditor-BIWggS6b.js → uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/ImageEditor--gQ_1rXk.js +1 -1
- uedition_editor-2.2.5/uedition_editor/frontend/dist/assets/PdfEditor-AOiQWAyy.js → uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/PdfEditor-CtsEdEpM.js +1 -1
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/TeiEditor-BcD-8cUg.js +105 -0
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/index-B_6pnSm6.css +1 -0
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/index-CzJC11sa.js +14 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/index.html +2 -2
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/settings.py +2 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/update_version.py +1 -1
- uedition_editor-2.2.5/uedition_editor/frontend/dist/assets/CodeMirrorEditor-RSurVacL.js +0 -30
- uedition_editor-2.2.5/uedition_editor/frontend/dist/assets/TeiEditor-BzLbO9Zc.js +0 -103
- uedition_editor-2.2.5/uedition_editor/frontend/dist/assets/index-B-eNR4dq.js +0 -14
- uedition_editor-2.2.5/uedition_editor/frontend/dist/assets/index-BvXz_3FY.css +0 -1
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/.gitignore +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/.pre-commit-config.yaml +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/Containerfile +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/LICENSE.txt +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/README.md +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/__init__.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/__main__.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/api/__init__.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/api/auth.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/api/branches.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/api/configs.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/api/files.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/api/tests.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/api/util.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/cli/__init__.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/cron.py +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/assets/CodeMirrorEditor-DUGUrxLC.css +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/assets/index-Vcq4gwWv.js +0 -0
- {uedition_editor-2.2.5 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/ueditor.svg +0 -0
- {uedition_editor-2.2.5 → 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.
|
|
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
|
|
@@ -21,15 +21,15 @@ Requires-Dist: fastapi<1
|
|
|
21
21
|
Requires-Dist: httptools<1
|
|
22
22
|
Requires-Dist: httpx<1,>=0.28.1
|
|
23
23
|
Requires-Dist: lxml<7,>=5
|
|
24
|
-
Requires-Dist: pydantic-settings<3,>=2
|
|
25
|
-
Requires-Dist: pydantic[email]<3,>=2
|
|
26
|
-
Requires-Dist: pygit2<2,>=1.
|
|
27
|
-
Requires-Dist: pyjwt[crypto]<3,>=2.
|
|
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
|
|
28
28
|
Requires-Dist: python-multipart<1,>=0.0.9
|
|
29
29
|
Requires-Dist: python-slugify<9,>=8.0.4
|
|
30
30
|
Requires-Dist: pyyaml-include<3,>=2
|
|
31
31
|
Requires-Dist: pyyaml<7,>=6
|
|
32
|
-
Requires-Dist: typer<1,>=0.
|
|
32
|
+
Requires-Dist: typer<1,>=0.24.1
|
|
33
33
|
Requires-Dist: uedition
|
|
34
34
|
Requires-Dist: uvicorn<1
|
|
35
35
|
Requires-Dist: websockets<17,>=15
|
|
@@ -27,16 +27,16 @@ dependencies = [
|
|
|
27
27
|
"httptools<1",
|
|
28
28
|
"httpx>=0.28.1,<1",
|
|
29
29
|
"lxml>=5,<7",
|
|
30
|
-
"pydantic[email]>=2,<3",
|
|
31
|
-
"pydantic_settings>=2,<3",
|
|
32
|
-
"pygit2>=1.
|
|
30
|
+
"pydantic[email]>=2.13.2,<3",
|
|
31
|
+
"pydantic_settings>=2.13.1,<3",
|
|
32
|
+
"pygit2>=1.19.2,<2",
|
|
33
33
|
"python-multipart>=0.0.9,<1",
|
|
34
34
|
"python-slugify>=8.0.4,<9",
|
|
35
|
-
"pyjwt[crypto]>=2.
|
|
35
|
+
"pyjwt[crypto]>=2.12.1,<3",
|
|
36
36
|
"PyYaml>=6,<7",
|
|
37
37
|
"pyyaml_include>=2,<3",
|
|
38
38
|
"uEdition",
|
|
39
|
-
"typer>=0.
|
|
39
|
+
"typer>=0.24.1,<1",
|
|
40
40
|
"uvicorn<1",
|
|
41
41
|
"websockets>=15,<17",
|
|
42
42
|
]
|