Skip to content

Conversation

@jzluo
Copy link
Contributor

@jzluo jzluo commented Apr 21, 2023

With executablebooks/jupyter-cache#93 merged and MyST-NB updated, we can now support SQLAlchemy 2. Closes #1766

python = ">=3.8.1,<4.0"
pydantic = "^1"
SQLAlchemy = "^1"
SQLAlchemy = ">1.3,<3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not strictly related to this pr but should this be optional dependency? cc @hwchase17

@hwchase17 hwchase17 merged commit b765805 into langchain-ai:master Apr 25, 2023
vowelparrot pushed a commit that referenced this pull request Apr 26, 2023
With executablebooks/jupyter-cache#93 merged and
`MyST-NB` updated, we can now support SQLAlchemy 2. Closes #1766
vowelparrot pushed a commit that referenced this pull request Apr 28, 2023
With executablebooks/jupyter-cache#93 merged and
`MyST-NB` updated, we can now support SQLAlchemy 2. Closes #1766
samching pushed a commit to samching/langchain that referenced this pull request May 1, 2023
With executablebooks/jupyter-cache#93 merged and
`MyST-NB` updated, we can now support SQLAlchemy 2. Closes langchain-ai#1766
yanghua pushed a commit to yanghua/langchain that referenced this pull request May 9, 2023
With executablebooks/jupyter-cache#93 merged and
`MyST-NB` updated, we can now support SQLAlchemy 2. Closes langchain-ai#1766
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update poetry lock to allow SQLAlchemy v2

3 participants