-
Active projects release updates frequently. Some are related to ExtractThinker. For example, litellm, openai, pillow, etc. My inclination for my own projects is to apply package updates promptly until I freeze the project for release. After release, I am hesitant to update packages the project depends upon until I can test each update. I see that ExtractThinker has specific package requirements, often with equal to or greater than indications. How aggressive should I be with updating packages? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @mophilly ! Sorry went for a long weekend. Good question! That's why its common in projects like this to make all this dependencies optional. To answer your question right away, every realease unless it breaks the project. I always check for updates. So yes, be agressive because things are easy to break, you can fix them easily after a minor breaking change |
Beta Was this translation helpful? Give feedback.
Hello @mophilly !
Sorry went for a long weekend.
Good question! That's why its common in projects like this to make all this dependencies optional. To answer your question right away, every realease unless it breaks the project. I always check for updates.
So yes, be agressive because things are easy to break, you can fix them easily after a minor breaking change