* chore: update linting workflows to include dev branch in merge_group
* Update README.md
Add 1.0 banner
* Update README.md
* chore: update package versions in pyproject.toml files
* Refactor "created_at" column type for consistency and fix cancel middleware (#2316)
* chore: update linting workflows to include dev branch in merge_group
* Update README.md
Add 1.0 banner
* Update README.md
* chore: update package versions in pyproject.toml files
* refactor: update "created_at" column type to use the "sa" module for consistency
* Update README.md
Add 1.0 banner
* chore: Remove unused import in ToolCallingAgent.py
* fix: adapt RequestCancelledMiddleware to handle cancelled requests
* chore: Remove unused import in test_helper_components.py
* refactor: Declare queue variable with explicit type in RequestCancelledMiddleware
---------
Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
* chore: Update AstraDB.py imports and method signature for search_documents
* chore: Update package versions in pyproject.toml files
* chore: Update run-name in release.yml for Langflow Release
* fix: add call to _add_documents_to_vector_store in AstraDB component
* chore: Fix missing parentheses in RequestCancelledMiddleware
* chore: Update pydantic-settings and tenacity versions
The commit updates the versions of the `pydantic-settings` and `tenacity` packages in the `poetry.lock` file. The `pydantic-settings` version is updated from 2.3.3 to 2.3.4, and the `tenacity` version is updated from 8.4.1 to 8.4.2.
* Update README.md
Add 1.0 banner
---------
Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0
* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.
* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
* add ? to prevent bug when template has no value
* Refactor determine_component_name function in utils.py to use file name
* Bump version to 0.6.18 in pyproject.toml
---------
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0
* 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation.
* ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
* add ? to prevent bug when template has no value
* Refactor determine_component_name function in utils.py to use file name
* Bump version to 0.6.18 in pyproject.toml
---------
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
* Add logger import in script.py.mako
* Fix error handling during upgrade in alembic scripts
* Bump version to 0.6.14 in pyproject.toml
* Update column types in credential and api_key models
* Bump version to 0.6.15 in pyproject.toml