langchain/tests
Shahriar Tajbakhsh b7747017d7
Import of declarative_base when SQLAlchemy <1.4 (#883)
In
[pyproject.toml](https://github.com/hwchase17/langchain/blob/master/pyproject.toml),
the expectation is `SQLAlchemy = "^1"`. But, the way `declarative_base`
is imported in
[cache.py](https://github.com/hwchase17/langchain/blob/master/langchain/cache.py)
will only work with SQLAlchemy >=1.4. This PR makes sure Langchain can
be run in environments with SQLAlchemy <1.4
2023-02-10 18:33:47 -08:00
..
integration_tests Harrison/format agent instructions (#973) 2023-02-10 10:07:26 -08:00
unit_tests Import of declarative_base when SQLAlchemy <1.4 (#883) 2023-02-10 18:33:47 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00