Vease-Viewer 2.3.14rc16__tar.gz → 2.3.14rc17__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.14rc16
3
+ Version: 2.3.14rc17
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
@@ -21,30 +21,30 @@ Requires-Dist: contourpy~=1.0
21
21
  Requires-Dist: cycler~=0.0
22
22
  Requires-Dist: fastjsonschema~=2.0
23
23
  Requires-Dist: flask~=3.0
24
- Requires-Dist: flask-sqlalchemy~=3.0
24
+ Requires-Dist: flask-sqlalchemy==3.1.1
25
25
  Requires-Dist: fonttools~=4.0
26
26
  Requires-Dist: frozenlist~=1.0
27
27
  Requires-Dist: greenlet~=3.0
28
- Requires-Dist: idna==3.10
28
+ Requires-Dist: idna~=3.0
29
29
  Requires-Dist: itsdangerous~=2.0
30
30
  Requires-Dist: jinja2~=3.0
31
- Requires-Dist: kiwisolver==1.4.10rc0
31
+ Requires-Dist: kiwisolver~=1.0
32
32
  Requires-Dist: markupsafe~=3.0
33
33
  Requires-Dist: matplotlib~=3.0
34
34
  Requires-Dist: multidict~=6.0
35
35
  Requires-Dist: numpy~=2.0
36
36
  Requires-Dist: opengeodeweb-microservice==1.0.1rc3
37
- Requires-Dist: opengeodeweb-viewer==1.11.0rc11
38
- Requires-Dist: packaging==25.0
37
+ Requires-Dist: opengeodeweb-viewer==1.11.0rc12
38
+ Requires-Dist: packaging~=25.0
39
39
  Requires-Dist: pillow~=11.0
40
40
  Requires-Dist: propcache~=0.0
41
- Requires-Dist: pyparsing==3.3.0a1
41
+ Requires-Dist: pyparsing~=3.0
42
42
  Requires-Dist: python-dateutil==2.9.0.post0
43
43
  Requires-Dist: six~=1.0
44
44
  Requires-Dist: sqlalchemy~=2.0
45
- Requires-Dist: typing-extensions~=4.0
45
+ Requires-Dist: typing-extensions==4.15.0
46
46
  Requires-Dist: vtk~=9.0
47
- Requires-Dist: websocket-client~=1.0
47
+ Requires-Dist: websocket-client==1.8.0
48
48
  Requires-Dist: werkzeug~=3.0
49
49
  Requires-Dist: wslink~=1.0
50
50
  Requires-Dist: yarl~=1.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.16"
7
+ version = "2.3.14-rc.17"
8
8
  dynamic = ["dependencies"]
9
9
  authors = [
10
10
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -47,7 +47,7 @@ flask~=3.0
47
47
  # flask-sqlalchemy
48
48
  # opengeodeweb-microservice
49
49
  # opengeodeweb-viewer
50
- flask-sqlalchemy~=3.0
50
+ flask-sqlalchemy==3.1.1
51
51
  # via
52
52
  # opengeodeweb-microservice
53
53
  # opengeodeweb-viewer
@@ -65,7 +65,7 @@ greenlet~=3.0
65
65
  # opengeodeweb-microservice
66
66
  # opengeodeweb-viewer
67
67
  # sqlalchemy
68
- idna==3.10
68
+ idna~=3.0
69
69
  # via
70
70
  # opengeodeweb-viewer
71
71
  # yarl
@@ -79,7 +79,7 @@ jinja2~=3.0
79
79
  # flask
80
80
  # opengeodeweb-microservice
81
81
  # opengeodeweb-viewer
82
- kiwisolver==1.4.10rc0
82
+ kiwisolver~=1.0
83
83
  # via
84
84
  # matplotlib
85
85
  # opengeodeweb-viewer
@@ -106,9 +106,9 @@ numpy~=2.0
106
106
  # opengeodeweb-viewer
107
107
  opengeodeweb-microservice==1.0.1rc3
108
108
  # via opengeodeweb-viewer
109
- opengeodeweb-viewer==1.11.0rc11
109
+ opengeodeweb-viewer==1.11.0rc12
110
110
  # via -r requirements-internal.in
111
- packaging==25.0
111
+ packaging~=25.0
112
112
  # via
113
113
  # matplotlib
114
114
  # opengeodeweb-viewer
@@ -121,7 +121,7 @@ propcache~=0.0
121
121
  # aiohttp
122
122
  # opengeodeweb-viewer
123
123
  # yarl
124
- pyparsing==3.3.0a1
124
+ pyparsing~=3.0
125
125
  # via
126
126
  # matplotlib
127
127
  # opengeodeweb-viewer
@@ -138,7 +138,7 @@ sqlalchemy~=2.0
138
138
  # flask-sqlalchemy
139
139
  # opengeodeweb-microservice
140
140
  # opengeodeweb-viewer
141
- typing-extensions~=4.0
141
+ typing-extensions==4.15.0
142
142
  # via
143
143
  # aiosignal
144
144
  # opengeodeweb-microservice
@@ -146,7 +146,7 @@ typing-extensions~=4.0
146
146
  # sqlalchemy
147
147
  vtk~=9.0
148
148
  # via opengeodeweb-viewer
149
- websocket-client~=1.0
149
+ websocket-client==1.8.0
150
150
  # via opengeodeweb-viewer
151
151
  werkzeug~=3.0
152
152
  # via
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Vease-Viewer
3
- Version: 2.3.14rc16
3
+ Version: 2.3.14rc17
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
@@ -21,30 +21,30 @@ Requires-Dist: contourpy~=1.0
21
21
  Requires-Dist: cycler~=0.0
22
22
  Requires-Dist: fastjsonschema~=2.0
23
23
  Requires-Dist: flask~=3.0
24
- Requires-Dist: flask-sqlalchemy~=3.0
24
+ Requires-Dist: flask-sqlalchemy==3.1.1
25
25
  Requires-Dist: fonttools~=4.0
26
26
  Requires-Dist: frozenlist~=1.0
27
27
  Requires-Dist: greenlet~=3.0
28
- Requires-Dist: idna==3.10
28
+ Requires-Dist: idna~=3.0
29
29
  Requires-Dist: itsdangerous~=2.0
30
30
  Requires-Dist: jinja2~=3.0
31
- Requires-Dist: kiwisolver==1.4.10rc0
31
+ Requires-Dist: kiwisolver~=1.0
32
32
  Requires-Dist: markupsafe~=3.0
33
33
  Requires-Dist: matplotlib~=3.0
34
34
  Requires-Dist: multidict~=6.0
35
35
  Requires-Dist: numpy~=2.0
36
36
  Requires-Dist: opengeodeweb-microservice==1.0.1rc3
37
- Requires-Dist: opengeodeweb-viewer==1.11.0rc11
38
- Requires-Dist: packaging==25.0
37
+ Requires-Dist: opengeodeweb-viewer==1.11.0rc12
38
+ Requires-Dist: packaging~=25.0
39
39
  Requires-Dist: pillow~=11.0
40
40
  Requires-Dist: propcache~=0.0
41
- Requires-Dist: pyparsing==3.3.0a1
41
+ Requires-Dist: pyparsing~=3.0
42
42
  Requires-Dist: python-dateutil==2.9.0.post0
43
43
  Requires-Dist: six~=1.0
44
44
  Requires-Dist: sqlalchemy~=2.0
45
- Requires-Dist: typing-extensions~=4.0
45
+ Requires-Dist: typing-extensions==4.15.0
46
46
  Requires-Dist: vtk~=9.0
47
- Requires-Dist: websocket-client~=1.0
47
+ Requires-Dist: websocket-client==1.8.0
48
48
  Requires-Dist: werkzeug~=3.0
49
49
  Requires-Dist: wslink~=1.0
50
50
  Requires-Dist: yarl~=1.0
@@ -8,30 +8,30 @@ contourpy~=1.0
8
8
  cycler~=0.0
9
9
  fastjsonschema~=2.0
10
10
  flask~=3.0
11
- flask-sqlalchemy~=3.0
11
+ flask-sqlalchemy==3.1.1
12
12
  fonttools~=4.0
13
13
  frozenlist~=1.0
14
14
  greenlet~=3.0
15
- idna==3.10
15
+ idna~=3.0
16
16
  itsdangerous~=2.0
17
17
  jinja2~=3.0
18
- kiwisolver==1.4.10rc0
18
+ kiwisolver~=1.0
19
19
  markupsafe~=3.0
20
20
  matplotlib~=3.0
21
21
  multidict~=6.0
22
22
  numpy~=2.0
23
23
  opengeodeweb-microservice==1.0.1rc3
24
- opengeodeweb-viewer==1.11.0rc11
25
- packaging==25.0
24
+ opengeodeweb-viewer==1.11.0rc12
25
+ packaging~=25.0
26
26
  pillow~=11.0
27
27
  propcache~=0.0
28
- pyparsing==3.3.0a1
28
+ pyparsing~=3.0
29
29
  python-dateutil==2.9.0.post0
30
30
  six~=1.0
31
31
  sqlalchemy~=2.0
32
- typing-extensions~=4.0
32
+ typing-extensions==4.15.0
33
33
  vtk~=9.0
34
- websocket-client~=1.0
34
+ websocket-client==1.8.0
35
35
  werkzeug~=3.0
36
36
  wslink~=1.0
37
37
  yarl~=1.0