How to install older version? #1000
-
I just recently installed TiTiler for a new project and am getting some errors. I read about breaking changes in the new version so I am guessing that is why. I installed like below How would I install an older version which does not include some of the breaking changes? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
titiler.application have titiler/src/titiler/application/pyproject.toml Lines 34 to 36 in 1825dce so if you install |
Beta Was this translation helpful? Give feedback.
titiler.application have
titiler.*
dependencies pinned to specific versiontitiler/src/titiler/application/pyproject.toml
Lines 34 to 36 in 1825dce
so if you install
titiler.application=={desired version}
you should be fine 🤷