Skip to content

Commit d138076

Browse files
Merge pull request #362 from johntruckenbrodt/bugfix/archive_sqlalchemy
drivers.Archive sqlalchemy bug fixes
2 parents dda175b + 5b07b40 commit d138076

File tree

4 files changed

+135
-121
lines changed

4 files changed

+135
-121
lines changed

.github/workflows/conda-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python-version: '3.12'
7373
environment-file: environment.yml
7474
auto-activate-base: false
75-
- uses: nyurik/action-setup-postgis@v2
75+
- uses: nyurik/action-setup-postgis@v2.2
7676
with:
7777
cached-dir: C:\downloads
7878
- name: Install ESA SNAP

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
- shapely
2020
- spatialist>=0.16.0
2121
- sqlalchemy>=1.4,<2.0
22-
- sqlalchemy-utils>=0.37
22+
- sqlalchemy-utils>=0.37,<0.42

0 commit comments

Comments
 (0)