File tree Expand file tree Collapse file tree 6 files changed +5
-274
lines changed Expand file tree Collapse file tree 6 files changed +5
-274
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,6 @@ venv.bak/
119
119
# Rope project settings
120
120
.ropeproject
121
121
122
- # mkdocs documentation
123
- /site
124
-
125
122
# mypy
126
123
.mypy_cache /
127
124
.dmypy.json
@@ -141,7 +138,6 @@ output/
141
138
docs /examples
142
139
docs /CHANGELOG.md
143
140
/dev
144
- docs /mkdocs_macros
145
141
/examples /project *
146
142
project_ * /
147
143
quicklook_ *
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ You can check your current version with the following command:
30
30
31
31
For more information, see [ UP42 Python package description] ( https://pypi.org/project/up42-py/ ) .
32
32
33
+ ### 2.5.0a7
34
+ ** August 18, 2025**
35
+ - Drop ` mkdocs ` , its dependencies and other unused dependencies
36
+
33
37
### 2.5.0a6
34
38
** August 18, 2025**
35
39
- Propagate request error message with ` InvalidSearchRequest ` when ` Producer::search ` fails.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " up42-py"
3
- version = " 2.5.0a6 "
3
+ version = " 2.5.0a7 "
4
4
description = " Python SDK for UP42, the geospatial marketplace and developer platform."
5
5
authors = [
" UP42 GmbH <[email protected] >" ]
6
6
license = " https://github.com/up42/up42-py/blob/master/LICENSE"
@@ -23,10 +23,8 @@ tqdm = "^4.66.0"
23
23
geojson = " 3.1.0"
24
24
geopandas = " <2"
25
25
pystac-client = " ^0.7.2"
26
- pyproj = " ^3.6.1"
27
26
tenacity = " 8.4.1"
28
27
29
-
30
28
[tool .poetry .dev-dependencies ]
31
29
nbconvert = " ^7.16.2"
32
30
black = " ^24.3.0"
@@ -50,16 +48,6 @@ types-tqdm = "^4.66.0.20240106"
50
48
pandas-stubs = " ^2.0.1.230501"
51
49
pylint-google-style-guide-imports-enforcing = " ^1.3.0"
52
50
53
- [tool .poetry .group .docs .dependencies ]
54
- mkdocs-material = " ^9.5.14"
55
- mkdocstrings = " >=0.19.0"
56
- mkdocstrings-python = " >=1.3.0"
57
- mkdocs-exclude = " >=1.0.2"
58
- mkdocs-jupyter = " >=0.24.6"
59
- mkdocs-autolinks-plugin = " >=0.6.0"
60
- mkdocs-macros-plugin = " >=1.0.0"
61
- mkdocs-redirects = " >=1.2.1"
62
-
63
51
[tool .pytest .ini_options ]
64
52
pythonpath = " ."
65
53
addopts = " --cov --cov-report=html --cov-report=xml --junitxml=out/test_results/junit.xml"
You can’t perform that action at this time.
0 commit comments