Skip to content

Commit e5b960c

Browse files
authored
chore: Add support for numpy 2 (#69)
1 parent a59e801 commit e5b960c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up python
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: 3.8
28+
python-version: 3.10
2929

3030
- name: Bootstrap poetry
3131
run: |

fern/generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ groups:
4646
xmljson: '0.2.1'
4747
jsonschema: '>=4.23.0'
4848
requests-mock: '1.12.1'
49-
numpy: '>=1.26.4,<2.0.0'
49+
numpy: '>=1.26.4,<3.0.0'
5050
datamodel-code-generator: '0.26.1'
5151
jsf: '^0.11.2'
5252
pyjwt: '^2.10.1'

0 commit comments

Comments
 (0)