We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
backend_app | File "/usr/backend/src/api/dependencies/session.py", line 11, in backend_app | from src.repository.database import async_db backend_app | File "/usr/backend/src/repository/database.py", line 43, in backend_app | async_db: AsyncDatabase = AsyncDatabase() backend_app | ^^^^^^^^^^^^^^^ backend_app | File "/usr/backend/src/repository/database.py", line 15, in init backend_app | self.postgres_uri: pydantic.PostgresDsn = pydantic.PostgresDsn( backend_app | ^^^^^^^^^^^^^^^^^^^^^ backend_app | File "/usr/local/lib/python3.12/typing.py", line 1133, in call backend_app | result = self.origin(*args, **kwargs) backend_app | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ backend_app | TypeError: MultiHostUrl.new() got an unexpected keyword argument 'scheme'
The text was updated successfully, but these errors were encountered:
I met it
Sorry, something went wrong.
No branches or pull requests
backend_app | File "/usr/backend/src/api/dependencies/session.py", line 11, in
backend_app | from src.repository.database import async_db
backend_app | File "/usr/backend/src/repository/database.py", line 43, in
backend_app | async_db: AsyncDatabase = AsyncDatabase()
backend_app | ^^^^^^^^^^^^^^^
backend_app | File "/usr/backend/src/repository/database.py", line 15, in init
backend_app | self.postgres_uri: pydantic.PostgresDsn = pydantic.PostgresDsn(
backend_app | ^^^^^^^^^^^^^^^^^^^^^
backend_app | File "/usr/local/lib/python3.12/typing.py", line 1133, in call
backend_app | result = self.origin(*args, **kwargs)
backend_app | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend_app | TypeError: MultiHostUrl.new() got an unexpected keyword argument 'scheme'
The text was updated successfully, but these errors were encountered: