Skip to content

Commit

Permalink
chore(deps-dev): bump duckdb from 0.10.3 to 1.0.0 (#2464)
Browse files Browse the repository at this point in the history
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.10.3 to 1.0.0.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v0.10.3...v1.0.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez-Mondragón <[email protected]>
  • Loading branch information
dependabot[bot] and edgarrmondragon authored Jun 3, 2024
1 parent a2a4eb0 commit 5983b39
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 68 deletions.
133 changes: 66 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/core/test_connector_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_create_schema(self, connector: DuckDBConnector):
engine = connector._engine
connector.create_schema("test_schema")
inspector = sa.inspect(engine)
assert "test_schema" in inspector.get_schema_names()
assert "memory.test_schema" in inspector.get_schema_names()

def test_column_rename(self, connector: DuckDBConnector):
engine = connector._engine
Expand Down

0 comments on commit 5983b39

Please sign in to comment.