add support for python 3.14#117
Merged
ValentinaHutter merged 4 commits intoMar 30, 2026
Merged
Conversation
vincentsarago
commented
Mar 26, 2026
| python = ">=3.10,<3.15" | ||
| pydantic = "^2.4.0" | ||
| pyproj = "^3.4.0" | ||
| pyproj = ">=3.4.0,<4.0" |
Contributor
Author
There was a problem hiding this comment.
same, pyproj is only used for CRS parsing. setting upper version to 4.0 is safe
c4936ac to
353768b
Compare
dcd2319 to
ff09286
Compare
Contributor
Author
|
@ValentinaHutter sorry for yet another PR 🙈 |
pjonsson
reviewed
Mar 31, 2026
| pyproj = "^3.4.0" | ||
| pyproj = ">=3.4.0,<4.0" | ||
| networkx = ">=3.0.0" | ||
| geojson-pydantic = "^1.0.0" |
Contributor
There was a problem hiding this comment.
@vincentsarago sorry for the late response to this PR, but you had some changes in geojson-pydantic 2.1 concerning Python 3.14. Should this dependency be bumped to >= 2.1, or is 1.x sufficient?
Contributor
Author
There was a problem hiding this comment.
we don't HAVE TO but I think it wouldn't arm to allow both 1.x and 2.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR add python 3.14 support and open Dask dependency
Note: the xarray and Dask have a pretty low usage footprint, only used 👇
openeo-pg-parser-networkx/openeo_pg_parser_networkx/graph.py
Lines 441 to 461 in 158f6d1
the risk of breaking change in both xarray.DataArray and dask.array is pretty low with the usage made in this library