Skip to content

Commit 3062113

Browse files
authored
Bump SQLAlchemy (#842)
1 parent 7282768 commit 3062113

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

AB_environments/AB_baseline.conda.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- coiled >=0.2.54
1212
- numpy ==1.23.5
1313
- pandas ==2.0.1
14-
- dask ==2023.4.0
15-
- distributed ==2023.4.0
14+
- dask ==2023.4.1
15+
- distributed ==2023.4.1
1616
- fsspec ==2023.3.0
1717
- s3fs ==2023.3.0
1818
- gcsfs ==2023.3.0
@@ -38,7 +38,7 @@ dependencies:
3838
- openssl >1.1.0g
3939
- optuna ==3.1.0
4040
- scipy ==1.10.1
41-
- sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
41+
- sqlalchemy ==2.0.12
4242
- pynvml ==11.5.0
4343
- bokeh ==3.1.0
4444
- gilknocker ==0.4.1

AB_environments/AB_sample.conda.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies:
1616
- coiled >=0.2.54
1717
- numpy ==1.23.5
1818
- pandas ==2.0.1
19-
- dask ==2023.4.0
20-
- distributed ==2023.4.0
19+
- dask ==2023.4.1
20+
- distributed ==2023.4.1
2121
- fsspec ==2023.3.0
2222
- s3fs ==2023.3.0
2323
- gcsfs ==2023.3.0
@@ -43,7 +43,7 @@ dependencies:
4343
- openssl >1.1.0g
4444
- optuna ==3.1.0
4545
- scipy ==1.10.1
46-
- sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
46+
- sqlalchemy ==2.0.12
4747
- pynvml ==11.5.0
4848
- bokeh ==3.1.0
4949
- gilknocker ==0.4.1

AB_environments/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ channels:
5757
- conda-forge
5858
dependencies:
5959
- python =3.9
60-
- dask ==2023.4.0
61-
- distributed ==2023.4.0
60+
- dask ==2023.4.1
61+
- distributed ==2023.4.1
6262
- coiled
6363
- s3fs
6464
```

ci/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pytest-xdist
88
- python
99
- pyyaml
10-
- sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
10+
- sqlalchemy ==2.0.12
1111
- alembic
1212
- filelock
1313
- conda

recipe/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set name = "coiled-runtime" %}
22
{% set version = "0.3.0" + environ.get("VERSION_SUFFIX", '') %}
3-
{% set dask_version = environ.get("DASK_VERSION", "2023.4.0") %}
4-
{% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2023.4.0") %}
3+
{% set dask_version = environ.get("DASK_VERSION", "2023.4.1") %}
4+
{% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2023.4.1") %}
55

66
package:
77
name: {{ name|lower }}
@@ -52,7 +52,7 @@ requirements:
5252
- openssl >1.1.0g
5353
- optuna ==3.1.0
5454
- scipy ==1.10.1
55-
- sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
55+
- sqlalchemy ==2.0.12
5656
- pynvml ==11.5.0
5757
- bokeh ==3.1.0
5858
- gilknocker ==0.4.1

0 commit comments

Comments
 (0)