Skip to content

Commit

Permalink
Exclude future versions too just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabhc committed Aug 24, 2023
1 parent 11f477e commit 92d9270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-ge/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_version() -> str:
"dagster==1.4.8",
"dagster-pandas==0.20.8",
"pandas",
"great_expectations >=0.11.9, !=0.12.8, !=0.13.17, !=0.13.27, !=0.17.12",
"great_expectations >=0.11.9, !=0.12.8, !=0.13.17, !=0.13.27, <0.17.12",
],
extras_require={
"test": [
Expand Down

0 comments on commit 92d9270

Please sign in to comment.