-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update Python dependencies #17420
Update Python dependencies #17420
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
fb9f229
to
30251b4
Compare
30251b4
to
ccddfa0
Compare
All test suites pass now except integration tests which fail with errors like:
Any idea what could be causing this before I start testing manually each dependency update? |
xref: pydantic/pydantic#8760 Fix the following error when testing with mypy: ``` $ tox -e mypy Deferral trace: cwltool.utils:62 cwltool.utils:-1 ... galaxy.model:666 galaxy.model:666 galaxy.model:666 galaxy.model:666 lib/galaxy/model/__init__.py: error: INTERNAL ERROR: maximum semantic analysis iteration count reached Found 1 error in 1 file (errors prevented further checking) ```
ccddfa0
to
6250c97
Compare
To fix the issue above I had to regenerate the dependency updates with Anyway, this is green and ready for review/merge. |
Run
make update-dependencies
.