Skip to content

Commit e093d2c

Browse files
feat(api): update via SDK Studio
1 parent 0d984e1 commit e093d2c

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 4
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-e642528081bcfbb78b52900cb9b8b1407a9c7a8653c57ab021a79d4d52585695.yml
33
openapi_spec_hash: 8d91d1ac100906977531a93b9f4ae380
4-
config_hash: 49c38455e0bcb05feb11399f9da1fb4f
4+
config_hash: 75c0b894355904e2a91b70445072d4b4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kernel Python API library
22

3-
[![PyPI version](https://img.shields.io/pypi/v/kernel-sdk.svg)](https://pypi.org/project/kernel-sdk/)
3+
[![PyPI version](https://img.shields.io/pypi/v/kernel.svg)](https://pypi.org/project/kernel/)
44

55
The Kernel Python library provides convenient access to the Kernel REST API from any Python 3.8+
66
application. The library includes type definitions for all request params and response fields,
@@ -16,7 +16,7 @@ The full API of this library can be found in [api.md](api.md).
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre kernel-sdk
19+
pip install --pre kernel
2020
```
2121

2222
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "kernel-sdk"
2+
name = "kernel"
33
version = "0.0.1-alpha.0"
44
description = "The official Python library for the kernel API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ annotated-types==0.6.0
1414
# via pydantic
1515
anyio==4.4.0
1616
# via httpx
17-
# via kernel-sdk
17+
# via kernel
1818
argcomplete==3.1.2
1919
# via nox
2020
certifi==2023.7.22
@@ -26,7 +26,7 @@ dirty-equals==0.6.0
2626
distlib==0.3.7
2727
# via virtualenv
2828
distro==1.8.0
29-
# via kernel-sdk
29+
# via kernel
3030
exceptiongroup==1.2.2
3131
# via anyio
3232
# via pytest
@@ -37,7 +37,7 @@ h11==0.14.0
3737
httpcore==1.0.2
3838
# via httpx
3939
httpx==0.28.1
40-
# via kernel-sdk
40+
# via kernel
4141
# via respx
4242
idna==3.4
4343
# via anyio
@@ -64,7 +64,7 @@ platformdirs==3.11.0
6464
pluggy==1.5.0
6565
# via pytest
6666
pydantic==2.10.3
67-
# via kernel-sdk
67+
# via kernel
6868
pydantic-core==2.27.1
6969
# via pydantic
7070
pygments==2.18.0
@@ -86,14 +86,14 @@ six==1.16.0
8686
# via python-dateutil
8787
sniffio==1.3.0
8888
# via anyio
89-
# via kernel-sdk
89+
# via kernel
9090
time-machine==2.9.0
9191
tomli==2.0.2
9292
# via mypy
9393
# via pytest
9494
typing-extensions==4.12.2
9595
# via anyio
96-
# via kernel-sdk
96+
# via kernel
9797
# via mypy
9898
# via pydantic
9999
# via pydantic-core

requirements.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ annotated-types==0.6.0
1414
# via pydantic
1515
anyio==4.4.0
1616
# via httpx
17-
# via kernel-sdk
17+
# via kernel
1818
certifi==2023.7.22
1919
# via httpcore
2020
# via httpx
2121
distro==1.8.0
22-
# via kernel-sdk
22+
# via kernel
2323
exceptiongroup==1.2.2
2424
# via anyio
2525
h11==0.14.0
2626
# via httpcore
2727
httpcore==1.0.2
2828
# via httpx
2929
httpx==0.28.1
30-
# via kernel-sdk
30+
# via kernel
3131
idna==3.4
3232
# via anyio
3333
# via httpx
3434
pydantic==2.10.3
35-
# via kernel-sdk
35+
# via kernel
3636
pydantic-core==2.27.1
3737
# via pydantic
3838
sniffio==1.3.0
3939
# via anyio
40-
# via kernel-sdk
40+
# via kernel
4141
typing-extensions==4.12.2
4242
# via anyio
43-
# via kernel-sdk
43+
# via kernel
4444
# via pydantic
4545
# via pydantic-core

0 commit comments

Comments
 (0)