You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clients generated like this:
```
uv run openapi-python-client generate --path openapi.json --overwrite --output-path client --meta uv
```
Generate these warnings during installation with `uv`:
> warning: The `requires-python` specifier (`~=3.9`) in `client` uses
the tilde specifier (`~=`) without a patch version. This will be
interpreted as `>=3.9, <4`. Did you mean `~=3.9.0` to constrain the
version as `>=3.9.0, <3.10`? We recommend only using the tilde specifier
with a patch version to avoid ambiguity.
0 commit comments