Commit 1a4a1d1
committed
Regenerate client with openapi-python-client 0.29.0
Pulls in the pending dependabot bumps (openapi-python-client 0.29.0,
ruff 0.15.18, ty 0.0.50, pytest 9.1.0, pytest-asyncio 1.4.0,
actions/checkout 6.0.3, ruff-pre-commit v0.15.15) and regenerates the
client against them.
- 0.29.0 parses timestamps via stdlib datetime.fromisoformat instead of
dateutil.parser.isoparse, so drop the now-unused python-dateutil runtime
dependency.
- 0.29.0 emits bare 'return value' (not cast(Enum, value)) in the generated
enum check_* helpers, which ty 0.0.50 flags as invalid-return-type since
it can't narrow str to the Literal through the 'value in <set>' guard.
Ignore that rule for ionq_core/models/** (the only place those helpers
live; api/** return types stay checked), mirroring the existing
invalid-argument-type override for generated code.1 parent db70aeb commit 1a4a1d1
42 files changed
Lines changed: 76 additions & 99 deletions
File tree
- ionq_core
- api
- default
- usage
- models
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments