Skip to content

[Eng-7753] wb deps upgrade #381

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

Open
wants to merge 7 commits into
base: feature/buff-worms
Choose a base branch
from

Conversation

mkovalua
Copy link

@mkovalua mkovalua commented Jun 5, 2025

Ticket

https://openscience.atlassian.net/browse/ENG-7753

Purpose

Update dependencies in dep-group “wb”.

The dep-group tickets are about updating a batch of dependencies at a time. In the MFR requirements DB, column C is "group". I've tried to group similar dependencies together. When you take on a dep-group ticket, you're trying to upgrade all the tickets in that group to their latest version.

It may turn out that some of the modules in one group break or require changes for a module in another group. That's okay; we'll deal with those on a case-by-case basis. If we have to leave something out or drag something in it, that's fine. We can also break things out into smaller dep-groups with new tickets if that makes sense.

Changes

Update deps and related code to be competable with python 3.13

(
create branch from the following PR #379 to keep its changings
)

Side effects

see such a error
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host localhost:5000 ssl:default [Connect call failed ('127.0.0.1', 5000)]
on image rendering attempt locally, maybe it will be ok on deployment

image

QA Notes

Deployment Notes

mkovalua added 7 commits May 30, 2025 19:09
…updated the same as in WB and not create conflicts on image building, update setup.py to create image without errors
…dd '__init__.py' into tests/core to avoid import errors
…t Exception: (maybe some additional logic is needed for pass and more strict Exception class )
return await aiohttp.request(method, url, *args, **kwargs)
osfio-mfr-1  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
osfio-mfr-1  | TypeError: object _SessionRequestContextManager can't be used in 'await' expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant