Skip to content

Commit

Permalink
chore: update version of dsl_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed May 13, 2024
1 parent 9cd4fb8 commit 185229a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
pytest tests
- name: Uploading notebooks
uses: actions/upload-artifact@v3
if: ${{ matrix.python-version == '3.11' && matrix.os-version == 'ubuntu-latest' }}
if: ${{ matrix.python-version == '3.12' && matrix.os-version == 'ubuntu-latest' }}
with:
name: notebook
path: |
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.8",
"@kanaries/graphic-walker": "0.4.64",
"@kanaries/gw-dsl-parser": "0.1.48-rc3",
"@kanaries/gw-dsl-parser": "0.1.48-rc4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1118,10 +1118,10 @@
vega-lite "^5.6.0"
vega-webgl-renderer "^1.0.0-beta.2"

"@kanaries/[email protected]rc3":
version "0.1.48-rc3"
resolved "https://registry.yarnpkg.com/@kanaries/gw-dsl-parser/-/gw-dsl-parser-0.1.48-rc3.tgz#021fc2e082d55050b0282aa6dd28ffb22e4cd53f"
integrity sha512-nN0q5bGL4GaHGf19JO80/UMIq6hbkxbseB4qK6rm1qxu/87tsuMq8xZuLb10yCBeia0wFo3+Fn/ulDJ/eSp+LQ==
"@kanaries/[email protected]rc4":
version "0.1.48-rc4"
resolved "https://registry.yarnpkg.com/@kanaries/gw-dsl-parser/-/gw-dsl-parser-0.1.48-rc4.tgz#13a2d6011c379e7a1a8b90ed202c4ca26e9a59e6"
integrity sha512-BjnH3PWYgGgFFXZfKSPChbOvGymJ1b6zRCSO/KaA+u6i3T2PmRTN4PFRThaU1aimSj2zE2KHJA4vIJS0OoZ4/w==

"@kanaries/react-beautiful-dnd@^0.1.1":
version "0.1.1"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ dependencies = [
"requests",
"arrow",
"sqlalchemy",
"gw_dsl_parser==0.1.48a3",
"gw_dsl_parser==0.1.48a4",
"appdirs",
"segment-analytics-python==2.2.3",
"pandas",
"pytz",
"kanaries_track==0.0.4",
"kanaries_track==0.0.5",
"cachetools",
"packaging",
]
Expand Down

0 comments on commit 185229a

Please sign in to comment.