Commit 9849f64
fix: resolve CI failures in TypeDB, WireMock, and Miniflare extensions
- typedb: update DriverOptions call to use new DriverTlsConfig.disabled() API
(typedb-driver 3.8+ replaced is_tls_enabled kwarg with DriverTlsConfig object)
- wiremock: pin urllib3<2 in Lambda requirements to avoid Python 3.9 incompatibility
(urllib3 2.x uses bytes|str union syntax which requires Python 3.10+)
- miniflare: install libvirt-dev system package before pip install in CI
(localstack-ext now depends on libvirt-python which requires the system library)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f5334c4 commit 9849f64
3 files changed
Lines changed: 4 additions & 2 deletions
File tree
- .github/workflows
- typedb/tests
- wiremock/sample-app-oss/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments