Skip to content

Commit e51875e

Browse files
fix(sqlalchemy): add pydoc config and bump pandas to >=2.2.0 for Python 3.14 support
1 parent e3c8749 commit e51875e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
loaders:
2+
- modules:
3+
- haystack_integrations.components.retrievers.sqlalchemy.sqlalchemy_table_retriever
4+
search_path: [../src]
5+
processors:
6+
- type: filter
7+
documented_only: true
8+
skip_empty_modules: true
9+
renderer:
10+
description: SQLAlchemy integration for Haystack
11+
id: integrations-sqlalchemy
12+
filename: sqlalchemy.md
13+
title: SQLAlchemy

integrations/sqlalchemy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"haystack-ai>=2.12.0",
2828
"sqlalchemy>=2.0.0",
29-
"pandas>=2.0.0",
29+
"pandas>=2.2.0",
3030
]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)