Skip to content

Commit

Permalink
chore(FIR-42592): Update sdk dependency (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Jan 16, 2025
1 parent 9bebe40 commit fcbcc66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changes/unreleased/Changed-20250115-162017.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Changed
body: Updated minimal sdk version to 1.8.1
time: 2025-01-15T16:20:17.525517Z
3 changes: 1 addition & 2 deletions dbt/adapters/firebolt/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
)
from firebolt.client import DEFAULT_API_URL
from firebolt.client.auth import Auth, ClientCredentials, UsernamePassword
from firebolt.common._types import ExtendedType
from firebolt.db import ARRAY, DECIMAL
from firebolt.db import ARRAY, DECIMAL, ExtendedType
from firebolt.db import connect as sdk_connect
from firebolt.db.connection import Connection as SDKConnection
from firebolt.db.cursor import Cursor
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = find_namespace:
install_requires =
dbt-adapters>=1.0,<2.0
dbt-core>=1.8.0
firebolt-sdk>=1.5.0
firebolt-sdk>=1.8.1
pydantic>=0.23
python_requires = >=3.8
include_package_data = True
Expand Down

0 comments on commit fcbcc66

Please sign in to comment.