Skip to content

Commit

Permalink
Bump pyarrow from 15.0.2 to 16.0.0 in /python
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.2 to 16.0.0.
- [Commits](apache/arrow@go/v15.0.2...go/v16.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent 3cb2797 commit 24afb04
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
84 changes: 42 additions & 42 deletions python/poetry.lock

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

4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ azure-search-documents = {version = "11.6.0b1", allow-prereleases = true, option
azure-core = { version = "^1.28.0", optional = true}
azure-identity = { version = "^1.13.0", optional = true}
usearch = { version = "^2.9", optional = true}
pyarrow = { version = ">=12.0.1,<16.0.0", optional = true}
pyarrow = { version = ">=12.0.1,<17.0.0", optional = true}

# Groups are for development only (installed through Poetry)
[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -117,7 +117,7 @@ azure-search-documents = {version = "11.6.0b1", allow-prereleases = true}
azure-core = "^1.28.0"
azure-identity = "^1.13.0"
usearch = "^2.9"
pyarrow = ">=12.0.1,<16.0.0"
pyarrow = ">=12.0.1,<17.0.0"

# Extras are exposed to pip, this allows a user to easily add the right dependencies to their environment
[tool.poetry.extras]
Expand Down

0 comments on commit 24afb04

Please sign in to comment.