-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loosen dependency versions, add resiliency #30
base: main
Are you sure you want to change the base?
Conversation
…fig to be more explicit when creating environs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.