Skip to content

Commit

Permalink
Pin Flask-Session<0.6 (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Jan 24, 2024
1 parent 513169c commit 6007144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ dependencies = [
"python-frontmatter",
"smart-open",
"SQLAlchemy>=1.3.18",
"cached_property>=1.5.0;python_version<='3.7'"
"cached_property>=1.5.0;python_version<='3.7'",
"Flask-Session<0.6.0" # This release breaking our tests, let's pin it as a temporary workaround
]

keywords = ["airflow", "provider", "astronomer", "sql", "decorator", "task flow", "elt", "etl", "dag"]
Expand Down

0 comments on commit 6007144

Please sign in to comment.