Commit 40969c2
authored
Fix version specification for
## Changes
This PR fixes the version specification for the `redshift-connector`
dependency, introduced in #2305: as written it allows for higher 2.x
versions (e.g. 2.2) as well as downgrades to earlier versions of the
connector (e.g. 2.1.7) that were not used during development or tested.
### Relevant implementation details
When using `~=` with semantic versioning, the complete minimum version
needs to be specified.
### Linked issues
Noticed when reviewing #2466, which downgrades `redshift-connector` to
escape a version constraint on `lxml`. Coincidentally includes #2464.redshift-connector (#2467)1 parent 0f96b23 commit 40969c2
3 files changed
Lines changed: 393 additions & 404 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments