Skip to content

Commit

Permalink
Dependencies: Update to pandas 2.2 on PyMongo adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 18, 2024
1 parent 8989de3 commit 47601d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cratedb_toolkit/adapter/pymongo/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def gen() -> Iterator[Mapping[str, Any]]:
data.to_sql(
name=self.name,
schema=self.database.name,
con=cratedb.engine,
con=cratedb.connection.connection,
index=False,
# TODO: Handle `append` vs. `replace`.
if_exists="append",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ mongodb = [
]
pymongo = [
"jessiql==1.0.0rc1",
"pandas==2.1.*",
"pandas<2.3",
"pymongo<4.9",
"sqlalchemy<2",
]
Expand Down

0 comments on commit 47601d8

Please sign in to comment.