conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
137 stars 44 forks source link

Investigate SQLAlchemy deprecation notes #771

Open trallard opened 4 months ago

trallard commented 4 months ago

Describe the bug

As I was reviewing the fails for https://github.com/conda-incubator/conda-store/actions/runs/8099746158/job/22136222668?pr=765 I realised there are a few deprecation warnings there. realized

Expected behavior

We should not use deprecated features or/and pinning SQLAlchemy while we fix those.

How to Reproduce the problem?

Run conda-store unit tests; then the warning should pop up

Output

No response

Versions and dependencies used.

No response

Anything else?

No response