Skip to content

Commit

Permalink
chore: downgrade to 3.11 from 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Nov 28, 2024
1 parent ca6c4f1 commit df03a28
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 74 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.12]
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- name: setup python
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.11
- name: Install pip, setuptools, and wheel
run: pip install -r requirements/pip.txt
- name: Install dependencies
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.11
- name: Install pip, setuptools, and wheel
run: pip install -r requirements/pip.txt
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.11

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down
24 changes: 14 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -18,6 +18,8 @@ attrs==24.2.0
# referencing
babel==2.16.0
# via agate
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.8.30
# via
# requests
Expand All @@ -37,7 +39,7 @@ click==8.1.7
# dbt-semantic-interfaces
colorama==0.4.6
# via dbt-core
cryptography==43.0.3
cryptography==44.0.0
# via
# pyopenssl
# snowflake-connector-python
Expand All @@ -59,7 +61,9 @@ idna==3.10
# requests
# snowflake-connector-python
importlib-metadata==6.11.0
# via dbt-semantic-interfaces
# via
# dbt-semantic-interfaces
# keyring
isodate==0.6.1
# via
# agate
Expand Down Expand Up @@ -88,7 +92,7 @@ logbook==1.5.3
# via dbt-core
markupsafe==3.0.2
# via jinja2
mashumaro[msgpack]==3.14
mashumaro[msgpack]==3.15
# via dbt-core
minimal-snowplow-tracker==0.0.2
# via dbt-core
Expand Down Expand Up @@ -116,13 +120,13 @@ protobuf==4.25.5
# via dbt-core
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.2
# via dbt-semantic-interfaces
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pyjwt==2.9.0
pyjwt==2.10.1
# via snowflake-connector-python
pyopenssl==24.2.1
pyopenssl==24.3.0
# via snowflake-connector-python
python-dateutil==2.9.0.post0
# via dbt-semantic-interfaces
Expand All @@ -147,7 +151,7 @@ requests==2.32.3
# dbt-core
# minimal-snowplow-tracker
# snowflake-connector-python
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -178,5 +182,5 @@ urllib3==1.26.20
# via
# dbt-core
# requests
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -31,5 +31,5 @@ pyproject-api==1.6.1
# via tox
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
33 changes: 19 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -31,6 +31,10 @@ babel==2.16.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# agate
backports-tarfile==1.2.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# jaraco-context
build==1.2.2.post1
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/pip-tools.txt
Expand Down Expand Up @@ -67,19 +71,19 @@ click-log==0.4.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# dbt-core
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# pyopenssl
Expand Down Expand Up @@ -125,6 +129,7 @@ importlib-metadata==6.11.0
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/pip-tools.txt
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# dbt-semantic-interfaces
# keyring
iniconfig==2.0.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
Expand Down Expand Up @@ -182,7 +187,7 @@ markupsafe==3.0.2
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# jinja2
mashumaro[msgpack]==3.14
mashumaro[msgpack]==3.15
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# dbt-core
Expand Down Expand Up @@ -257,19 +262,19 @@ pycparser==2.22
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# cffi
pydantic==2.9.2
pydantic==2.10.2
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# dbt-semantic-interfaces
pydantic-core==2.23.4
pydantic-core==2.27.1
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# pydantic
pydocstyle==6.3.0
# via -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
pygments==2.18.0
# via diff-cover
pyjwt==2.9.0
pyjwt==2.10.1
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# snowflake-connector-python
Expand All @@ -293,7 +298,7 @@ pylint-plugin-utils==0.8.2
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# pylint-celery
# pylint-django
pyopenssl==24.2.1
pyopenssl==24.3.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# snowflake-connector-python
Expand Down Expand Up @@ -343,7 +348,7 @@ requests==2.32.3
# dbt-core
# minimal-snowplow-tracker
# snowflake-connector-python
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# jsonschema
Expand Down Expand Up @@ -372,7 +377,7 @@ sqlparse==0.4.4
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# dbt-core
stevedore==5.3.0
stevedore==5.4.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -405,13 +410,13 @@ urllib3==1.26.20
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
# dbt-core
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
wheel==0.44.0
wheel==0.45.1
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/pip-tools.txt
# pip-tools
zipp==3.20.2
zipp==3.21.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/pip-tools.txt
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/quality.txt
Expand Down
27 changes: 16 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -32,6 +32,10 @@ babel==2.16.0
# agate
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.2.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
Expand Down Expand Up @@ -59,11 +63,11 @@ colorama==0.4.6
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# dbt-core
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# pyopenssl
Expand Down Expand Up @@ -107,6 +111,7 @@ importlib-metadata==6.11.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# dbt-semantic-interfaces
# keyring
iniconfig==2.0.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
Expand Down Expand Up @@ -159,7 +164,7 @@ markupsafe==3.0.2
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# jinja2
mashumaro[msgpack]==3.14
mashumaro[msgpack]==3.15
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# dbt-core
Expand Down Expand Up @@ -217,11 +222,11 @@ pycparser==2.22
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# cffi
pydantic==2.9.2
pydantic==2.10.2
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# dbt-semantic-interfaces
pydantic-core==2.23.4
pydantic-core==2.27.1
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# pydantic
Expand All @@ -234,11 +239,11 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pyjwt==2.9.0
pyjwt==2.10.1
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# snowflake-connector-python
pyopenssl==24.2.1
pyopenssl==24.3.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# snowflake-connector-python
Expand Down Expand Up @@ -286,7 +291,7 @@ requests==2.32.3
# sphinx
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.20.1
rpds-py==0.21.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -332,7 +337,7 @@ sqlparse==0.4.4
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# dbt-core
stevedore==5.3.0
stevedore==5.4.0
# via doc8
text-unidecode==1.3
# via
Expand All @@ -357,7 +362,7 @@ urllib3==1.26.20
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# dbt-core
# requests
zipp==3.20.2
zipp==3.21.0
# via
# -r /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/test.txt
# importlib-metadata
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -12,17 +12,17 @@ importlib-metadata==6.11.0
# via -r requirements/pip-tools.in
packaging==23.1
# via
# -c /Users/hunia.fatima/Desktop/edX/dbt-schema-builder/requirements/constraints.txt
# -c requirements/constraints.txt
# build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit df03a28

Please sign in to comment.