Skip to content

Update local_container_links to use python==3.13 and flask#56

Draft
hartikainen wants to merge 5 commits intogoogle-deepmind:mainfrom
hartikainen:github/48
Draft

Update local_container_links to use python==3.13 and flask#56
hartikainen wants to merge 5 commits intogoogle-deepmind:mainfrom
hartikainen:github/48

Conversation

@hartikainen
Copy link
Copy Markdown

@hartikainen hartikainen commented Jun 24, 2025

Fixes #48.

The bottle dependency also had a weird bug where it hangs forever on the first GET request. This also changes it the example to use flask instead.

Depends on #54.

@hartikainen hartikainen marked this pull request as draft June 24, 2025 17:07
This requires removing `bottle-redis` dependency, as it only supports
`python<3.11`. Its functionality is quite trivial, however, and not much
changes in `server.py` anyway.
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.

local_container_links example doesn't support python>=3.11 due to old bottle-redis dependency.

1 participant