skrawcz commented on PR #1455: URL: https://github.com/apache/hamilton/pull/1455#issuecomment-3892946941
> @skrawcz Multiple tests are failing due to incompatibilities with new dependency versions (e.g. protobuf, pandas v3). > > 1. Are there scheduled CI runs that surface such issues in isolation? we could run scheduled CIs -- that would catch these sooner. > 2. What is the preferred strategy for resolving those? Setting an upper limit on dependency versions (probably undesired)? Conditional code (try except )? Anything else? Hard question to answer. My main concern is backwards compatibility. I think libraries should not try to pin. But we need to have an opinion of what we're supporting. E.g. do we support all pandas versions? what's our minimum? But we don't want to support too much due to carrying cost. So I think we just need feedback on what target versions we want to support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
