Skip to content

Commit 223d4fd

Browse files
PT-6609 Drop mkdocs, its dependencies and unused dependencies (#768)
1 parent 929a6ae commit 223d4fd

File tree

6 files changed

+5
-274
lines changed

6 files changed

+5
-274
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ venv.bak/
119119
# Rope project settings
120120
.ropeproject
121121

122-
# mkdocs documentation
123-
/site
124-
125122
# mypy
126123
.mypy_cache/
127124
.dmypy.json
@@ -141,7 +138,6 @@ output/
141138
docs/examples
142139
docs/CHANGELOG.md
143140
/dev
144-
docs/mkdocs_macros
145141
/examples/project*
146142
project_*/
147143
quicklook_*

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ You can check your current version with the following command:
3030

3131
For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/).
3232

33+
### 2.5.0a7
34+
**August 18, 2025**
35+
- Drop `mkdocs`, its dependencies and other unused dependencies
36+
3337
### 2.5.0a6
3438
**August 18, 2025**
3539
- Propagate request error message with `InvalidSearchRequest` when `Producer::search` fails.

Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/macros.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 150 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "up42-py"
3-
version = "2.5.0a6"
3+
version = "2.5.0a7"
44
description = "Python SDK for UP42, the geospatial marketplace and developer platform."
55
authors = ["UP42 GmbH <[email protected]>"]
66
license = "https://github.com/up42/up42-py/blob/master/LICENSE"
@@ -23,10 +23,8 @@ tqdm = "^4.66.0"
2323
geojson = "3.1.0"
2424
geopandas = "<2"
2525
pystac-client = "^0.7.2"
26-
pyproj = "^3.6.1"
2726
tenacity = "8.4.1"
2827

29-
3028
[tool.poetry.dev-dependencies]
3129
nbconvert = "^7.16.2"
3230
black = "^24.3.0"
@@ -50,16 +48,6 @@ types-tqdm = "^4.66.0.20240106"
5048
pandas-stubs = "^2.0.1.230501"
5149
pylint-google-style-guide-imports-enforcing = "^1.3.0"
5250

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-
6351
[tool.pytest.ini_options]
6452
pythonpath = "."
6553
addopts = "--cov --cov-report=html --cov-report=xml --junitxml=out/test_results/junit.xml"

0 commit comments

Comments
 (0)