You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
GeoSpark
changed the title
pyPgSTAC still uses pipes module despite it being removed in Python 3.13
pyPgSTAC still uses pipes module despite it being deprecated in Python 3.11
Dec 3, 2024
@GeoSpark I don't believe that we are directly using that library, if it is getting installed, it must be in one of our dependencies. I'm not going to hunt that down, but I'm happy to review any PRs!
pipes
was deprecated in Python 3.11 and removed in 3.13 See: https://docs.python.org/3.13/library/pipes.htmlThe text was updated successfully, but these errors were encountered: