Skip to content

Commit

Permalink
Pinning connexion==2.14.2 due to issue with latest release version3.0…
Browse files Browse the repository at this point in the history
….0 (#1354)


Pinning connexion==2.14.2 due to issue with latest release version3.0.0
more context:https://astronomer.slack.com/archives/C01UJJEN0P3/p1699003495317799
  • Loading branch information
vatsrahul1001 authored Nov 6, 2023
1 parent 6c84bbe commit d745670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ COPY astronomer-providers /tmp/astronomer-providers
RUN python3 -m pip install --upgrade pip
# Ideally we should install using constraints file
RUN pip install --upgrade --force-reinstall --no-cache-dir /tmp/astronomer-providers[all]
RUN pip install apache-airflow[slack]
RUN pip install apache-airflow-providers-slack

# Install astronomer-starship-provider needed for the astronomer_migration_dag to transfer Airflow metadata between deployments
RUN pip install astronomer-starship-provider
Expand All @@ -87,5 +87,6 @@ RUN cp -r example_* ${AIRFLOW_HOME}/dags
RUN cp master_dag.py ${AIRFLOW_HOME}/dags/
RUN cp astronomer_migration_dag.py ${AIRFLOW_HOME}/dags/
RUN cp nuke-config.yml ${AIRFLOW_HOME}/dags/

# we have an issue with connexion==3.0.0, so for now pinning previous stable version
RUN pip install connexion==2.14.2
USER astro
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repos:
name: Run codespell to check for common misspellings in files
language: python
types: [text]
args: ["--write-changes", "--ignore-words-list", "asend"]
args: ["--write-changes", "--ignore-words-list", "asend, connexion"]

- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
Expand Down

0 comments on commit d745670

Please sign in to comment.