Skip to content

Commit

Permalink
restore python 3.12 support for papermill (apache#41548)
Browse files Browse the repository at this point in the history
* restore python 3.12 support for papermill

* update provider_dependencies.json
  • Loading branch information
morokosi authored Aug 17, 2024
1 parent e92cf81 commit 60fe8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 1 addition & 7 deletions airflow/providers/papermill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ name: Papermill
description: |
`Papermill <https://github.com/nteract/papermill>`__
# Papermill is technically compliant with 3.12, but it's 2.5.0 version that is compliant, requires pinned
# version of aiohttp which conflicts with other providers. The fix for that is implemented extra-links:
# https://github.com/nteract/papermill/pull/771 and waits for new Papermill release
excluded-python-versions: ['3.12']

state: ready
source-date-epoch: 1718605283
# note that those versions are maintained by release manager - do not update them manually
Expand Down Expand Up @@ -56,13 +51,12 @@ versions:

dependencies:
- apache-airflow>=2.8.0
- papermill[all]>=2.4.0
- papermill[all]>=2.6.0
- scrapbook[all]
- ipykernel
- pandas>=2.1.2,<2.2;python_version>="3.9"
- pandas>=1.5.3,<2.2;python_version<"3.9"


integrations:
- integration-name: Papermill
external-doc-url: https://github.com/nteract/papermill
Expand Down
6 changes: 2 additions & 4 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1007,15 +1007,13 @@
"ipykernel",
"pandas>=1.5.3,<2.2;python_version<\"3.9\"",
"pandas>=2.1.2,<2.2;python_version>=\"3.9\"",
"papermill[all]>=2.4.0",
"papermill[all]>=2.6.0",
"scrapbook[all]"
],
"devel-deps": [],
"plugins": [],
"cross-providers-deps": [],
"excluded-python-versions": [
"3.12"
],
"excluded-python-versions": [],
"state": "ready"
},
"pgvector": {
Expand Down

0 comments on commit 60fe8c9

Please sign in to comment.