Skip to content

Commit

Permalink
Update pyarrow requirement in /release_creation/bundle/requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version.
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v14.0.1...go/v17.0.0)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent e799fc7 commit 8208a8b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dbt-fabric @ git+https://github.com/microsoft/dbt-fabric.git@main
# dbt-synapse @ git+https://github.com/microsoft/dbt-synapse.git@master

pyasn1-modules~=0.2.1
pyarrow~=14.0.1
pyarrow~=17.0.0
pydantic~=1.10
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dbt-rpc~=0.3.1
json-rpc==1.15.0
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
grpcio-status~=1.47.0
pyarrow~=14.0.1
pyarrow~=17.0.0
pyasn1-modules~=0.2.1
pyodbc==4.0.32 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dbt-rpc~=0.4.0
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
json-rpc==1.15.0
pandas<2.2.0,>=2.0.0
pyarrow~=14.0.1
pyarrow~=17.0.0
pyasn1-modules~=0.2.1
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python[secure-local-storage]~=3.0,!=3.0.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dbt-rpc~=0.4.1
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
pandas<2.2.0,>=2.0.0
pyasn1-modules~=0.3.0
pyarrow~=14.0.1
pyarrow~=17.0.0
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python ~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dbt-trino~=1.6.0
dbt-fabric~=1.6.0
dbt-rpc~=0.4.1
pyasn1-modules~=0.3.0
pyarrow~=14.0.1
pyarrow~=17.0.0
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python ~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dbt-rpc~=0.4.1
google-api-core<2.16.0 # see https://github.com/dbt-labs/dbt-bigquery/issues/1081
pandas<2.2.0,>=2.0.0
pyasn1-modules~=0.2.1
pyarrow~=14.0.1
pyarrow~=17.0.0
pydantic~=1.10
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dbt-fabric~=1.7.0
dbt-synapse~=1.7.0rc1
dbt-rpc~=0.4.1
pyasn1-modules~=0.2.1
pyarrow~=14.0.1
pyarrow~=17.0.0
pydantic~=1.10
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dbt-fabric>=1.8.0,<1.8.3
dbt-athena-community~=1.8.1
# dbt-synapse~=1.8.0 # no 1.8 final on 1.8.0rc3
pyasn1-modules~=0.2.1
pyarrow~=14.0.1
pyarrow~=17.0.0
pydantic~=1.10
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dbt-fabric>=1.8.0rc3,<1.8.3
dbt-synapse~=1.8.0rc1
dbt-athena-community~=1.8.0b1
pyasn1-modules~=0.2.1
pyarrow~=14.0.1
pyarrow~=17.0.0
pydantic~=1.10
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4

0 comments on commit 8208a8b

Please sign in to comment.