Skip to content

Commit f525da5

Browse files
Bump sqlalchemy from 1.4.22 to 2.0.4
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.22 to 2.0.4. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a66635 commit f525da5

File tree

2 files changed

+58
-43
lines changed

2 files changed

+58
-43
lines changed

poetry.lock

Lines changed: 57 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sodapy = ">=2.1"
4343
# Pin Pandas to avoid Poetry taking >10min to resolve dependencies.
4444
pandas = {version = "==1.1.5", extras = ["ingestion"], optional = true }
4545
# Workaround for https://github.com/python-poetry/poetry/issues/4402
46-
sqlalchemy = { version = "^1.3,<1.4.23", extras = ["ingestion"], optional = true }
46+
sqlalchemy = { version = ">=1.3,<3.0", extras = ["ingestion"], optional = true }
4747

4848
# Fork of pipelinewise-target-postgres without dep pinning so that we can use it as a library
4949
splitgraph-pipelinewise-target-postgres = ">=2.1.0"

0 commit comments

Comments
 (0)