Skip to content

Commit

Permalink
Add min version to ipykernel,scrapbook, pywinrm (#43603)
Browse files Browse the repository at this point in the history
* add min version to pywinrm, ipykernel

* add min version to scrapbook
  • Loading branch information
rawwar authored Nov 2, 2024
1 parent c1bd9c5 commit 59ea748
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@
"msgraph-core>=1.0.0"
],
"devel-deps": [
"pywinrm"
"pywinrm>=0.4"
],
"plugins": [],
"cross-providers-deps": [
Expand Down Expand Up @@ -1043,11 +1043,11 @@
"papermill": {
"deps": [
"apache-airflow>=2.8.0",
"ipykernel",
"ipykernel>=6.29.4",
"pandas>=1.5.3,<2.2;python_version<\"3.9\"",
"pandas>=2.1.2,<2.2;python_version>=\"3.9\"",
"papermill[all]>=2.6.0",
"scrapbook[all]"
"scrapbook[all]>=0.5.0"
],
"devel-deps": [],
"plugins": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies:
- microsoft-kiota-abstractions<1.4.0

devel-dependencies:
- pywinrm
- pywinrm>=0.4

integrations:
- integration-name: Microsoft Azure Batch
Expand Down
4 changes: 2 additions & 2 deletions providers/src/airflow/providers/papermill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ versions:
dependencies:
- apache-airflow>=2.8.0
- papermill[all]>=2.6.0
- scrapbook[all]
- ipykernel
- scrapbook[all]>=0.5.0
- ipykernel>=6.29.4
- pandas>=2.1.2,<2.2;python_version>="3.9"
- pandas>=1.5.3,<2.2;python_version<"3.9"

Expand Down
2 changes: 1 addition & 1 deletion providers/tests/system/papermill/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def remote_kernel(request):
[
"python3",
"-m",
"ipykernel",
"ipykernel>=6.29.4",
'--Session.key=b""',
f"--hb={JUPYTER_KERNEL_HB_PORT}",
f"--shell={JUPYTER_KERNEL_SHELL_PORT}",
Expand Down

0 comments on commit 59ea748

Please sign in to comment.