We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59e801 commit e5b960cCopy full SHA for e5b960c
.github/workflows/preview-sdks.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up python
26
uses: actions/setup-python@v4
27
with:
28
- python-version: 3.8
+ python-version: 3.10
29
30
- name: Bootstrap poetry
31
run: |
fern/generators.yml
@@ -46,7 +46,7 @@ groups:
46
xmljson: '0.2.1'
47
jsonschema: '>=4.23.0'
48
requests-mock: '1.12.1'
49
- numpy: '>=1.26.4,<2.0.0'
+ numpy: '>=1.26.4,<3.0.0'
50
datamodel-code-generator: '0.26.1'
51
jsf: '^0.11.2'
52
pyjwt: '^2.10.1'
0 commit comments