Skip to content

Commit

Permalink
Fix: fix sqlparse version to 0.4.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuelverdugo authored Apr 18, 2023
1 parent afb1a60 commit c3e398e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run(self) -> None:
],
python_requires=">=3.7",
install_requires=[
"sqlparse>=0.3.1",
"sqlparse==0.4.3",
"networkx>=2.4",
"sqlfluff==2.0.2",
],
Expand Down
2 changes: 1 addition & 1 deletion sqllineage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


NAME = "openmetadata-sqllineage"
VERSION = "1.0.3"
VERSION = "1.0.4"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": False,
Expand Down

0 comments on commit c3e398e

Please sign in to comment.