Loosen dependency versions, add resiliency#30
Loosen dependency versions, add resiliency#30WoosterInitiative wants to merge 13 commits intogauge-sh:mainfrom
Conversation
…fig to be more explicit when creating environs
emdoyle
left a comment
There was a problem hiding this comment.
Thanks for doing this! Once the 3.9 compatibility change is made this should be good to merge.
supports python 3.9 use log_info instead of print and updates a few pre-commit dependencies
|
OK, changes have been made. I haven't been able to run tach on it, however. Seems to be an issue with pydantic? I don't have time right now to dig into that, but I also couldn't run tests on the tach package. I'm in Windows, fwiw. |
|
This would also close #29 |
Apologies for the delay on this, but thanks! I think the The issue with Tach sounds like a known issue with backward compatibility in Tach. I'd check what version you are running and make sure it matches 0.1.2 (in dev-dependencies). If it does match, then I think ignore any failures for now since it will be a separate task to upgrade to the latest version of Tach anyway. |
was checking actual folder locations for existence of `manage.py` and other files
change to code was made in 6de9fae
All dependencies were pinned to specific versions which would fight with whatever project it was implemented in. Loosened them while trying to keep them reasonable.
Added a timeout for waiting for postgres to be ready.