Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.58.0"
".": "0.59.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 117
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-3b34d85c005a4058ac1faaea092615af577d12cee6e420f102de57339251672d.yml
openapi_spec_hash: fad386b8e8712e6639ed9689e9dfc070
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-a32ac633a8f67f3844b6ccb7b97687aec2cf2e2c611df4157c223dfac16db806.yml
openapi_spec_hash: f8c9aabe60372f28ad9cceed42009274
config_hash: 0f222358f24700d1811c5d27078a3849
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.59.0 (2026-05-27)

Full Changelog: [v0.58.0...v0.59.0](https://github.com/kernel/kernel-python-sdk/compare/v0.58.0...v0.59.0)

### Features

* Support Byteful mobile proxies ([8c0ce1c](https://github.com/kernel/kernel-python-sdk/commit/8c0ce1c1533a538483419f4da0937a6153eb5273))

## 0.58.0 (2026-05-27)

Full Changelog: [v0.57.0...v0.58.0](https://github.com/kernel/kernel-python-sdk/compare/v0.57.0...v0.58.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kernel"
version = "0.58.0"
version = "0.59.0"
description = "The official Python library for the kernel API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "kernel"
__version__ = "0.58.0" # x-release-please-version
__version__ = "0.59.0" # x-release-please-version
77 changes: 2 additions & 75 deletions src/kernel/types/proxy_check_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,87 +59,14 @@ class ConfigResidentialProxyConfig(BaseModel):
class ConfigMobileProxyConfig(BaseModel):
"""Configuration for mobile proxies."""

asn: Optional[str] = None
"""Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html"""

carrier: Optional[
Literal[
"a1",
"aircel",
"airtel",
"att",
"celcom",
"chinamobile",
"claro",
"comcast",
"cox",
"digi",
"dt",
"docomo",
"dtac",
"etisalat",
"idea",
"kyivstar",
"meo",
"megafon",
"mtn",
"mtnza",
"mts",
"optus",
"orange",
"qwest",
"reliance_jio",
"robi",
"sprint",
"telefonica",
"telstra",
"tmobile",
"tigo",
"tim",
"verizon",
"vimpelcom",
"vodacomza",
"vodafone",
"vivo",
"zain",
"vivabo",
"telenormyanmar",
"kcelljsc",
"swisscom",
"singtel",
"asiacell",
"windit",
"cellc",
"ooredoo",
"drei",
"umobile",
"cableone",
"proximus",
"tele2",
"mobitel",
"o2",
"bouygues",
"free",
"sfr",
"digicel",
]
] = None
"""Mobile carrier."""

city: Optional[str] = None
"""City name (no spaces, e.g.

`sanfrancisco`). If provided, `country` must also be provided.
"""
"""Provider city alias. Mobile carrier routing can make observed geo vary."""

country: Optional[str] = None
"""ISO 3166 country code"""

state: Optional[str] = None
"""Two-letter state code."""

zip: Optional[str] = None
"""US ZIP code."""
"""US-only state code. Mobile carrier routing can make observed geo vary."""


class ConfigCustomProxyConfig(BaseModel):
Expand Down
75 changes: 2 additions & 73 deletions src/kernel/types/proxy_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,85 +81,14 @@ class ConfigResidentialProxyConfig(TypedDict, total=False):
class ConfigMobileProxyConfig(TypedDict, total=False):
"""Configuration for mobile proxies."""

asn: str
"""Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html"""

carrier: Literal[
"a1",
"aircel",
"airtel",
"att",
"celcom",
"chinamobile",
"claro",
"comcast",
"cox",
"digi",
"dt",
"docomo",
"dtac",
"etisalat",
"idea",
"kyivstar",
"meo",
"megafon",
"mtn",
"mtnza",
"mts",
"optus",
"orange",
"qwest",
"reliance_jio",
"robi",
"sprint",
"telefonica",
"telstra",
"tmobile",
"tigo",
"tim",
"verizon",
"vimpelcom",
"vodacomza",
"vodafone",
"vivo",
"zain",
"vivabo",
"telenormyanmar",
"kcelljsc",
"swisscom",
"singtel",
"asiacell",
"windit",
"cellc",
"ooredoo",
"drei",
"umobile",
"cableone",
"proximus",
"tele2",
"mobitel",
"o2",
"bouygues",
"free",
"sfr",
"digicel",
]
"""Mobile carrier."""

city: str
"""City name (no spaces, e.g.

`sanfrancisco`). If provided, `country` must also be provided.
"""
"""Provider city alias. Mobile carrier routing can make observed geo vary."""

country: str
"""ISO 3166 country code"""

state: str
"""Two-letter state code."""

zip: str
"""US ZIP code."""
"""US-only state code. Mobile carrier routing can make observed geo vary."""


class ConfigCreateCustomProxyConfig(TypedDict, total=False):
Expand Down
77 changes: 2 additions & 75 deletions src/kernel/types/proxy_create_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,87 +59,14 @@ class ConfigResidentialProxyConfig(BaseModel):
class ConfigMobileProxyConfig(BaseModel):
"""Configuration for mobile proxies."""

asn: Optional[str] = None
"""Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html"""

carrier: Optional[
Literal[
"a1",
"aircel",
"airtel",
"att",
"celcom",
"chinamobile",
"claro",
"comcast",
"cox",
"digi",
"dt",
"docomo",
"dtac",
"etisalat",
"idea",
"kyivstar",
"meo",
"megafon",
"mtn",
"mtnza",
"mts",
"optus",
"orange",
"qwest",
"reliance_jio",
"robi",
"sprint",
"telefonica",
"telstra",
"tmobile",
"tigo",
"tim",
"verizon",
"vimpelcom",
"vodacomza",
"vodafone",
"vivo",
"zain",
"vivabo",
"telenormyanmar",
"kcelljsc",
"swisscom",
"singtel",
"asiacell",
"windit",
"cellc",
"ooredoo",
"drei",
"umobile",
"cableone",
"proximus",
"tele2",
"mobitel",
"o2",
"bouygues",
"free",
"sfr",
"digicel",
]
] = None
"""Mobile carrier."""

city: Optional[str] = None
"""City name (no spaces, e.g.

`sanfrancisco`). If provided, `country` must also be provided.
"""
"""Provider city alias. Mobile carrier routing can make observed geo vary."""

country: Optional[str] = None
"""ISO 3166 country code"""

state: Optional[str] = None
"""Two-letter state code."""

zip: Optional[str] = None
"""US ZIP code."""
"""US-only state code. Mobile carrier routing can make observed geo vary."""


class ConfigCustomProxyConfig(BaseModel):
Expand Down
77 changes: 2 additions & 75 deletions src/kernel/types/proxy_list_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,87 +60,14 @@ class ProxyListResponseItemConfigResidentialProxyConfig(BaseModel):
class ProxyListResponseItemConfigMobileProxyConfig(BaseModel):
"""Configuration for mobile proxies."""

asn: Optional[str] = None
"""Autonomous system number. See https://bgp.potaroo.net/cidr/autnums.html"""

carrier: Optional[
Literal[
"a1",
"aircel",
"airtel",
"att",
"celcom",
"chinamobile",
"claro",
"comcast",
"cox",
"digi",
"dt",
"docomo",
"dtac",
"etisalat",
"idea",
"kyivstar",
"meo",
"megafon",
"mtn",
"mtnza",
"mts",
"optus",
"orange",
"qwest",
"reliance_jio",
"robi",
"sprint",
"telefonica",
"telstra",
"tmobile",
"tigo",
"tim",
"verizon",
"vimpelcom",
"vodacomza",
"vodafone",
"vivo",
"zain",
"vivabo",
"telenormyanmar",
"kcelljsc",
"swisscom",
"singtel",
"asiacell",
"windit",
"cellc",
"ooredoo",
"drei",
"umobile",
"cableone",
"proximus",
"tele2",
"mobitel",
"o2",
"bouygues",
"free",
"sfr",
"digicel",
]
] = None
"""Mobile carrier."""

city: Optional[str] = None
"""City name (no spaces, e.g.

`sanfrancisco`). If provided, `country` must also be provided.
"""
"""Provider city alias. Mobile carrier routing can make observed geo vary."""

country: Optional[str] = None
"""ISO 3166 country code"""

state: Optional[str] = None
"""Two-letter state code."""

zip: Optional[str] = None
"""US ZIP code."""
"""US-only state code. Mobile carrier routing can make observed geo vary."""


class ProxyListResponseItemConfigCustomProxyConfig(BaseModel):
Expand Down
Loading
Loading