AQ99

Results 5 comments of AQ99

this work around builds, but I'm getting issues with the beta features. like connecting postgres as an sql database. `[12/01/24 15:44:10] ERROR 2024-12-01 15:44:10 - ERROR - glogging - Worker...

I generated this requirements.txt by following the versions mentioned in uv.lock file. and it was able to build it with no issues. python 3.10: ``` aiofile==3.9.0 aiofiles==24.1.0 aiohttp==3.9.5 aiolimiter==1.1.0 aiosignal==1.3.1...

@italojohnny I'm facing the same issue when connecting postgres with ORM. can we reopen this ticket? I don't see the issue was fixed here @vertgo can you confirm if you...

Hi, @ogabrielluiz I see that you worked last in the alembic. I'm getting the same issue. could you give some insight? I'm not starting langflow from the docker, i'm trying...

@devinbost I was able to fix this by updating the upgrade() function in /langflow/src/backend/base/langflow/alembic/versions/b2fa308044b5_add_unique_constraints.py to this: ``` def upgrade() -> None: # ### commands auto generated by Alembic - please...