Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When installing dependencies, version sqlaclhemy==1.4.36 is installed. It contains a bug that makes relationships to other tables not work. Even
sa_relationship_kwargs={"lazy": "selectin"}
parameter doesn't help. On version 1.4.35 this error disappearsHow to reproduce the error with the old poetry.lock and pyproject.toml files:
docker rm -f traefik-proxy fastapi_server nginx database rm -rf db_docker docker-compose up-build docker-compose exec fastapi_server python app/initial_data.py
/api/v1/team
with any parameters/api/v1/team/{team_id}
with parameter team_id=1Translated with www.DeepL.com/Translator (free version)