Files
langchain/langchain
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
..
2023-02-10 08:01:13 -08:00
2023-01-15 16:45:16 -08:00
2023-02-10 18:08:00 -08:00
2023-02-10 06:59:50 -08:00
2023-01-14 08:09:25 -08:00
2023-02-06 21:44:50 -08:00
2023-02-06 22:29:25 -08:00
2022-10-24 14:51:15 -07:00
2022-11-12 11:22:32 -08:00
2022-12-18 21:51:23 -05:00
2022-12-06 21:55:02 -08:00
2023-02-10 08:01:13 -08:00
2023-02-09 23:30:18 -08:00
2023-01-19 14:48:30 -08:00