Vease-Viewer 2.3.14rc10__tar.gz → 2.3.14rc12__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.

Potentially problematic release.


This version of Vease-Viewer might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Vease-Viewer
3
- Version: 2.3.14rc10
3
+ Version: 2.3.14rc12
4
4
  Summary: Vease-Viewer is the viewer microservice of Vease
5
5
  Author-email: Geode-solutions <team-web@geode-solutions.com>
6
6
  Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
@@ -27,8 +27,8 @@ Requires-Dist: itsdangerous==2.2.0
27
27
  Requires-Dist: jinja2==3.1.6
28
28
  Requires-Dist: markupsafe==3.0.2
29
29
  Requires-Dist: multidict==6.6.4
30
- Requires-Dist: opengeodeweb-microservice==1.0.0
31
- Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc7
30
+ Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
+ Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
32
32
  Requires-Dist: propcache==0.3.2
33
33
  Requires-Dist: sqlalchemy==2.0.43
34
34
  Requires-Dist: typing-extensions==4.15.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Vease-Viewer"
7
- version = "2.3.14-rc.10"
7
+ version = "2.3.14-rc.12"
8
8
  dynamic = ["dependencies"]
9
9
  authors = [
10
10
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -2,7 +2,7 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.12
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --pre requirements.in
5
+ # pip-compile --output-file=requirements.txt --pre requirements-internal.in requirements.in
6
6
  #
7
7
  aiohappyeyeballs==2.6.1
8
8
  # via
@@ -23,10 +23,12 @@ attrs==25.3.0
23
23
  blinker==1.9.0
24
24
  # via
25
25
  # flask
26
+ # opengeodeweb-microservice
26
27
  # opengeodeweb-viewer
27
28
  click==8.3.0
28
29
  # via
29
30
  # flask
31
+ # opengeodeweb-microservice
30
32
  # opengeodeweb-viewer
31
33
  fastjsonschema==2.21.1
32
34
  # via
@@ -35,6 +37,7 @@ fastjsonschema==2.21.1
35
37
  flask==3.1.2
36
38
  # via
37
39
  # flask-sqlalchemy
40
+ # opengeodeweb-microservice
38
41
  # opengeodeweb-viewer
39
42
  flask-sqlalchemy==3.1.1
40
43
  # via
@@ -47,6 +50,7 @@ frozenlist==1.7.0
47
50
  # opengeodeweb-viewer
48
51
  greenlet==3.2.4
49
52
  # via
53
+ # opengeodeweb-microservice
50
54
  # opengeodeweb-viewer
51
55
  # sqlalchemy
52
56
  idna==3.10
@@ -56,15 +60,18 @@ idna==3.10
56
60
  itsdangerous==2.2.0
57
61
  # via
58
62
  # flask
63
+ # opengeodeweb-microservice
59
64
  # opengeodeweb-viewer
60
65
  jinja2==3.1.6
61
66
  # via
62
67
  # flask
68
+ # opengeodeweb-microservice
63
69
  # opengeodeweb-viewer
64
70
  markupsafe==3.0.2
65
71
  # via
66
72
  # flask
67
73
  # jinja2
74
+ # opengeodeweb-microservice
68
75
  # opengeodeweb-viewer
69
76
  # werkzeug
70
77
  multidict==6.6.4
@@ -72,10 +79,10 @@ multidict==6.6.4
72
79
  # aiohttp
73
80
  # opengeodeweb-viewer
74
81
  # yarl
75
- opengeodeweb-microservice==1.0.0
82
+ opengeodeweb-microservice==1.*,>=1.0.1rc1
76
83
  # via opengeodeweb-viewer
77
- opengeodeweb-viewer==1.*,>=1.11.0rc7
78
- # via -r requirements.in
84
+ opengeodeweb-viewer==1.*,>=1.11.0rc8
85
+ # via -r requirements-internal.in
79
86
  propcache==0.3.2
80
87
  # via
81
88
  # aiohttp
@@ -89,6 +96,7 @@ sqlalchemy==2.0.43
89
96
  typing-extensions==4.15.0
90
97
  # via
91
98
  # aiosignal
99
+ # opengeodeweb-microservice
92
100
  # opengeodeweb-viewer
93
101
  # sqlalchemy
94
102
  websocket-client==1.8.0
@@ -96,6 +104,7 @@ websocket-client==1.8.0
96
104
  werkzeug==3.1.3
97
105
  # via
98
106
  # flask
107
+ # opengeodeweb-microservice
99
108
  # opengeodeweb-viewer
100
109
  wslink==1.12.4
101
110
  # via opengeodeweb-viewer
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Vease-Viewer
3
- Version: 2.3.14rc10
3
+ Version: 2.3.14rc12
4
4
  Summary: Vease-Viewer is the viewer microservice of Vease
5
5
  Author-email: Geode-solutions <team-web@geode-solutions.com>
6
6
  Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
@@ -27,8 +27,8 @@ Requires-Dist: itsdangerous==2.2.0
27
27
  Requires-Dist: jinja2==3.1.6
28
28
  Requires-Dist: markupsafe==3.0.2
29
29
  Requires-Dist: multidict==6.6.4
30
- Requires-Dist: opengeodeweb-microservice==1.0.0
31
- Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc7
30
+ Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
+ Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
32
32
  Requires-Dist: propcache==0.3.2
33
33
  Requires-Dist: sqlalchemy==2.0.43
34
34
  Requires-Dist: typing-extensions==4.15.0
@@ -14,8 +14,8 @@ itsdangerous==2.2.0
14
14
  jinja2==3.1.6
15
15
  markupsafe==3.0.2
16
16
  multidict==6.6.4
17
- opengeodeweb-microservice==1.0.0
18
- opengeodeweb-viewer==1.*,>=1.11.0rc7
17
+ opengeodeweb-microservice==1.*,>=1.0.1rc1
18
+ opengeodeweb-viewer==1.*,>=1.11.0rc8
19
19
  propcache==0.3.2
20
20
  sqlalchemy==2.0.43
21
21
  typing-extensions==4.15.0