Skip to content

Commit

Permalink
feat(taps): add ability to do list comprehensions in stream map expre…
Browse files Browse the repository at this point in the history
…ssions (#2003)

* add ability to do list comprehensions in stream map expressions

* parse expressions only once

* tap factory tests now test with stream map

* remove old vendored file `test_simpleeval.py`

* generate poetry-lock with poetry-v1.6.1

* regenerate lock file

* ignore mypy-3.8 failures
  • Loading branch information
haleemur authored Oct 10, 2023
1 parent 7675942 commit d00ba6a
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 1,856 deletions.
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ fs-s3fs = {version = ">=1.1.1", optional = true}
# Testing dependencies installed as optional 'testing' extras
pytest = {version=">=7.2.1", optional = true}
pytest-durations = {version = ">=1.2.0", optional = true}
simpleeval = "^0.9.13"

[tool.poetry.extras]
docs = [
Expand Down
Loading

0 comments on commit d00ba6a

Please sign in to comment.