You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/unit_tests/llms
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
1 year ago
..
__init__.py initial commit 2 years ago
fake_llm.py Harrison/cache (#343) 2 years ago
test_base.py Import of `declarative_base` when SQLAlchemy <1.4 (#883) 1 year ago
test_callbacks.py Add BaseCallbackHandler and CallbackManager (#478) 1 year ago
test_loading.py Harrison/llm saving (#331) 2 years ago
test_utils.py unit test / code coverage improvements (#322) 2 years ago