Skip to content

Commit

Permalink
fix: connection completion for database connect
Browse files Browse the repository at this point in the history
  • Loading branch information
John2360 committed Aug 22, 2024
1 parent d8056dd commit c0cd967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fortress_sdk_python/fortress.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def connect_database(self, database_id: str) -> Connection:
response.username,
response.password,
response.database,
)
).connect()

self.__connection_cache[database_id] = connection
return connection
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fortress-sdk-python"
version = "0.1.12"
version = "0.1.13"
description = "Fortress Platform Python API SDK"
authors = ["Fortress <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c0cd967

Please sign in to comment.