Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Dependencies) Upgrade SQLAlchemy to 1.4 and other requirements (flask 3.0), remove Debian 10 and Python 3.7 support #2751

Merged
merged 70 commits into from
Dec 6, 2023

Conversation

Pierre-Narcisi
Copy link
Contributor

@Pierre-Narcisi Pierre-Narcisi commented Oct 13, 2023

DESCRIPTION

Cette PR fait les différentes évolutions des dépendances pour abandonner Debian 10 et updater SQLAlchemy de 1.3 à 1.4, ainsi que les autres dépendances liées - #1812
Arrêt du support de Python 3.7, pour passer à Python 3.9 minimum.

@Pierre-Narcisi Pierre-Narcisi force-pushed the feat/update-dependencies branch from c1cf14f to c26c413 Compare November 2, 2023 09:30
@camillemonchicourt camillemonchicourt changed the title feat(dependencies) changing requirements, compiling it with python3.9 (Dependencies) Upgrade SQLAlchemy to 1.4 and other requirements, remove Debian 10 and Python 3.7 support Nov 8, 2023
* add test for:  
  - gn_meta/repositories 
  - gn_meta/mtd
  - occtax
  - occhab
  - utilstoml
  - install-gn-module commands
* Change fixtures: datasets + stations + user
* (fix) remove deprecated and unused modules (utilsgeometry, utilssqlalchemy)
@Pierre-Narcisi Pierre-Narcisi force-pushed the feat/update-dependencies branch from 685fa90 to feac3b0 Compare December 6, 2023 10:47
@Pierre-Narcisi Pierre-Narcisi force-pushed the feat/update-dependencies branch from 06418d3 to 4234609 Compare December 6, 2023 14:08
@jacquesfize jacquesfize merged commit 2aba368 into develop Dec 6, 2023
5 of 7 checks passed
@jacquesfize jacquesfize deleted the feat/update-dependencies branch December 6, 2023 15:05
jacquesfize added a commit to PnX-SI/gn_module_export that referenced this pull request Dec 7, 2023
Update to SQLAlchemy 1.4. Part of PnX-SI/GeoNature#2751
jacquesfize added a commit to PnX-SI/UsersHub-authentification-module that referenced this pull request Dec 7, 2023
Bump to SQLAlchemy 1.4. Part of PnX-SI/GeoNature#2751

---------

Co-authored-by: Pierre Narcisi <[email protected]>
Co-authored-by: Jacques Fize <[email protected]>
jacquesfize added a commit to PnX-SI/RefGeo that referenced this pull request Dec 7, 2023
Bump to SQLAlchemy 1.4. Part of PnX-SI/GeoNature#2751

---------

Co-authored-by: Pierre Narcisi <[email protected]>
Co-authored-by: Jacques Fize <[email protected]>
jacquesfize added a commit that referenced this pull request Jan 8, 2024
…k 3.0), remove Debian 10 and Python 3.7 support (#2751)

* Drop support for Debian 10 and python <3.9 @jacquesfize @Pierre-Narcisi @bouttier
* Update to Flask 3.0
* Update to SQLAlchemy 1.4 (query to 2.0 style, fix warnings and tests)
* new requirements-dev.txt
* Increase test coverage
  - gn_meta/repositories
  - gn_meta/mtd
  - occtax
  - occhab
  - utilstoml
  - install-gn-module commands
* (temporary) use of CustomSelect instead of Query --> Station (deleted later)
* Change fixtures: datasets + stations + user
* Remove deprecated and unused modules (utilsgeometry.py, utilssqlalchemy.py,config_manager.py)
---------

Co-authored-by: TheoLechemia <[email protected]>
Co-authored-by: Élie Bouttier <[email protected]>
Co-authored-by: Jacques Fize <[email protected]>
Co-authored-by: Pierre Narcisi <[email protected]>
jacquesfize added a commit that referenced this pull request Jan 9, 2024
…k 3.0), remove Debian 10 and Python 3.7 support (#2751)

* Drop support for Debian 10 and python <3.9 @jacquesfize @Pierre-Narcisi @bouttier 
* Update to Flask 3.0 
* Update to SQLAlchemy 1.4 (query to 2.0 style, fix warnings and tests)
* new requirements-dev.txt
* Increase test coverage
  - gn_meta/repositories 
  - gn_meta/mtd
  - occtax
  - occhab
  - utilstoml
  - install-gn-module commands
* (temporary) use of CustomSelect instead of Query --> Station (deleted later)
* Change fixtures: datasets + stations + user
* Remove deprecated and unused modules (utilsgeometry.py, utilssqlalchemy.py,config_manager.py)
---------

Co-authored-by: TheoLechemia <[email protected]>
Co-authored-by: Élie Bouttier <[email protected]>
Co-authored-by: Jacques Fize <[email protected]>
Co-authored-by: Pierre Narcisi <[email protected]>
jacquesfize added a commit to jbrieuclp/GeoNature that referenced this pull request Jan 9, 2024
…k 3.0), remove Debian 10 and Python 3.7 support (PnX-SI#2751)

* Drop support for Debian 10 and python <3.9 @jacquesfize @Pierre-Narcisi @bouttier 
* Update to Flask 3.0 
* Update to SQLAlchemy 1.4 (query to 2.0 style, fix warnings and tests)
* new requirements-dev.txt
* Increase test coverage
  - gn_meta/repositories 
  - gn_meta/mtd
  - occtax
  - occhab
  - utilstoml
  - install-gn-module commands
* (temporary) use of CustomSelect instead of Query --> Station (deleted later)
* Change fixtures: datasets + stations + user
* Remove deprecated and unused modules (utilsgeometry.py, utilssqlalchemy.py,config_manager.py)
---------

Co-authored-by: TheoLechemia <[email protected]>
Co-authored-by: Élie Bouttier <[email protected]>
Co-authored-by: Jacques Fize <[email protected]>
Co-authored-by: Pierre Narcisi <[email protected]>
jacquesfize added a commit to PnX-SI/RefGeo that referenced this pull request Jan 29, 2024
Bump to SQLAlchemy 1.4. Part of PnX-SI/GeoNature#2751

---------

Co-authored-by: Pierre Narcisi <[email protected]>
Co-authored-by: Jacques Fize <[email protected]>
jacquesfize added a commit to PnX-SI/RefGeo that referenced this pull request Jan 29, 2024
Bump to SQLAlchemy 1.4. Part of PnX-SI/GeoNature#2751

---------

Co-authored-by: Pierre Narcisi <[email protected]>
Co-authored-by: Jacques Fize <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants