Skip to content

Commit

Permalink
Merge pull request #22 from fugue-project/0.1.8
Browse files Browse the repository at this point in the history
Remove antlr runtime lower constraints
  • Loading branch information
goodwanghan authored Oct 20, 2023
2 parents fadc93d + 55d66ea commit 5fa1b22
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

# 0.1.8

* Remove the lower constraint of antlr dependency from requirements.txt and template
* Add packaging to dependency

## 0.1.7

* Remove the lower constraint of antlr dependency (will revert this change)
Expand Down
2 changes: 1 addition & 1 deletion fugue_sql_antlr_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
antlr4-python3-runtime>=4.11.1,<4.12
# TODO: add back the lower bound of antlr4-python3-runtime
antlr4-python3-runtime<4.12
jinja2
packaging

Expand Down
2 changes: 1 addition & 1 deletion setup.template
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ setup(
url="http://github.com/fugue-project/fugue",
install_requires=[
"triad>=0.6.8",
"antlr4-python3-runtime>=4.11.1,<4.12",
"antlr4-python3-runtime<4.12",
"jinja2",
"packaging",
],
Expand Down

0 comments on commit 5fa1b22

Please sign in to comment.