Rafał
Rafał
Same thing on both 3.12.2 and on the latest build:
Are dev (or other groups) dependencies installed by default?
> Yes, they are installed by default using Poetry (but not captured by tools that build/install as a Python package). Can we add this information to the docs here: https://python-poetry.org/docs/cli/#install
Hello, I can see the CI is failing, @mkousteris could you look into it? Thanks!
It would be great to have 3 options: - light mode - dark mode - current system theme (auto switch) Modern operating systems switch theme automatically during sunrise and sunset.
For M1 Macs the minimum MacOS version is 14: ``` psycopg_binary-3.2.1-cp312-cp312-macosx_12_0_x86_64.whl psycopg_binary-3.2.1-cp312-cp312-macosx_14_0_arm64.whl ``` For Intel ones the minimum is MacOS 12.
See https://github.com/psycopg/psycopg/issues/858
> This is weird. We have 3.19 in the pyproject.toml [psycopg-binary = "^3.1.9"](https://github.com/langflow-ai/langflow/blob/03811d2f82612eaf311eff7ec9793aa9ab8516f9/pyproject.toml#L53) There is: ```toml psycopg = "^3.1.9" psycopg-binary = "^3.1.9" ``` which means it's compatible with 3.2.1 and...
People are trying to debug this: https://github.com/canonical/data-platform-workflows/commit/7f249c2db495ae5f4a403a1d5695e2ae0ed4d9a1
Is there any way to print the HTTP status and the body of the API response using the GH Action? Can it be printed when in debug mode?