Skip to content

Commit 07ac3ac

Browse files
committed
<<2025-10-05 12:20>> Bugfix: In between commit
Signed-off-by: Raoul Linnenbank <[email protected]>
1 parent 5fe893d commit 07ac3ac

33 files changed

+1583
-1269
lines changed

poetry.lock

Lines changed: 245 additions & 347 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,28 @@ include = [
1313
[tool.poetry.dependencies]
1414
python = ">=3.11,<3.12"
1515
fastapi = "^0.116.1"
16-
requests = "^2.32.3"
16+
requests = "^2.32.5"
1717
geopy = "^2.4.1"
1818
numpy = "^2.3.2"
1919
gunicorn = "^23.0.0"
20-
lxml = "^6.0.0"
2120
starlette-prometheus = "^0.10.0"
2221
pandas = "^2.2.3"
23-
xarray = "^2025.3.0"
22+
xarray = "^2025.8.0"
2423
cfgrib = "^0.9.15.0"
2524
uvicorn = "^0.35.0"
2625
slowapi = "^0.1.9"
2726
loguru = "^0.7.3"
28-
email-validator = "^2.2.0"
2927
eccodes = "^2.40.1"
3028
ecmwflibs = "0.6.3"
3129
accept-types = "^0.4.1"
3230
cdsapi = "^0.7.5"
3331
beautifulsoup4 = "^4.13.3"
3432
netcdf4 = "^1.7.2"
3533
tomli = "^2.2.1"
36-
dask = "^2025.3.0"
34+
pydantic = "^2.11.7"
35+
starlette = "^0.47.2"
36+
urllib3 = "^2.5.0"
37+
lxml = "^6.0.0"
3738

3839
[tool.poetry.group.dev]
3940
optional = true
@@ -48,6 +49,7 @@ sphinx = "^8.1.3"
4849
myst-parser = "^4.0.1"
4950
piccolo-theme = "^0.24.0"
5051
git-filter-repo = "^2.47.0"
52+
fawltydeps = "^0.20.0"
5153

5254
[tool.poetry.scripts]
5355
wpla_update_era5sl = "weather_provider_api.scripts.update_era5sl_repository:main"

weather_provider_api/routers/weather/base_models/__init__.py renamed to weather_provider_api/routers/weather/base_classes/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# SPDX-FileCopyrightText: 2019-2021 Alliander N.V.
2-
#
3-
# SPDX-License-Identifier: MPL-2.0
1+
# SPDX-FileCopyrightText: 2019-2021 Alliander N.V.
2+
#
3+
# SPDX-License-Identifier: MPL-2.0

0 commit comments

Comments
 (0)