LIVE from #foss4ge2024 pygeoapi 0.17.0 released!
https://github.com/geopython/pygeoapi/releases/tag/0.17.0
#foss4g @osgeo @opengeospatial #geopython #ogcapi
@pygeoapi Hello! I'm at FOSS4G Europe, I'm a Debian developer and I'd love to see pygeoapi in Debian. Felix Delattre has been working on a Debian package, but has hits some snags. I'd love to meet up and chat at the conference. Maybe I can find you at the social bytes event this evening?
https://github.com/geopython/pygeoapi/blob/master/pygeoapi/models/config.py#L39
api_version: str = Field(regex=r'^\d+\.\d+\..+$',
The pydantic 'regex' keyword is now 'pattern'. When I run the test suite for pygeoapi 0.17.0 on Debian it complains about this.