Skip to content

Commit fcef4ac

Browse files
authored
Merge pull request #194 from uc-cdis/fix/types-missing-from-response
Fix/types missing from response
2 parents 36105c1 + 83814f1 commit fcef4ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1161
-573
lines changed

.secrets.baseline

Lines changed: 234 additions & 93 deletions
Large diffs are not rendered by default.

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- python: 3.10
1414
before_install:
1515
- pip install --upgrade pip
16-
- pip install poetry
16+
# cannot update poetry to 1.6.x+ until we can update urllib3 >= 2.0.0, see https://github.com/orgs/python-poetry/discussions/8345
17+
- pip install poetry==1.5.1
1718
- which poetry
1819
- poetry --version
1920
install:

docs/_build/doctrees/auth.doctree

165 Bytes
Binary file not shown.
6.31 KB
Binary file not shown.

docs/_build/doctrees/file.doctree

213 Bytes
Binary file not shown.
765 Bytes
Binary file not shown.

docs/_build/doctrees/jobs.doctree

237 Bytes
Binary file not shown.
693 Bytes
Binary file not shown.
93 Bytes
Binary file not shown.

docs/_build/doctrees/query.doctree

141 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)