Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
Add support for Python 3.12 (#1873)
* Add support for Python 3.12 * chore: Update Python version to 3.11 and DuckDB dependency to 0.10.2 * chore: fix mistral components lint * Update SQLAgent and SQLExecutor imports to use langchain_community utilities * Update langchain import to langchain_community * Update langchain import to langchain_community * 📝 (langflow/__main__.py): Import warnings module to suppress warnings during app execution 📝 (langflow/api/v1/schemas.py): Update timestamp field default value to use datetime.now with timezone.utc 📝 (auth/utils.py): Ignore warnings related to datetime.utcnow when decoding JWT tokens and creating refresh tokens 📝 (models/flow/model.py): Update updated_at field default value to use lambda function with timezone.utc 📝 (models/user/model.py): Update create_at and updated_at field default values to use lambda function with timezone.utc
G
Gabriel Luiz Freitas Almeida committed
5ca1c228930b4ab8ca86ea81b87d40ebb9a734c2
Parent: 919db5d
Committed by GitHub <noreply@github.com>
on 5/10/2024, 3:25:34 PM