Skip to content

Commit 30efe37

Browse files
authored
Merge pull request #50 from context-dot-dev/release-please--branches--main--changes--next
release: 1.41.0
2 parents a79bd96 + 11e947d commit 30efe37

File tree

7 files changed

+25
-22
lines changed

7 files changed

+25
-22
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.40.0"
2+
".": "1.41.0"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-1cd00999a087b24743cf3a2849c9bd0ea1ed6b5a0dac3a8f0e26c6a58d26d6bf.yml
3-
openapi_spec_hash: f95a256f049293caa5abc0912939a9ff
4-
config_hash: b61862a39bc4559efa45482aa58899a1
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-fb4ca438793aa469ccc6d74266351ce4ad23b90521c62690755940dc7758225b.yml
3+
openapi_spec_hash: caaf8fcba98e886cef121c2845ecbc57
4+
config_hash: 91cf2dcefb99c39eb9cd3e98e15d6011

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.41.0 (2026-03-25)
4+
5+
Full Changelog: [v1.40.0...v1.41.0](https://github.com/context-dot-dev/deprecated-brand-python-sdk/compare/v1.40.0...v1.41.0)
6+
7+
### Features
8+
9+
* **api:** api update ([41bb085](https://github.com/context-dot-dev/deprecated-brand-python-sdk/commit/41bb085269ff98e580b69f54a51ea06505fdd2b4))
10+
* **api:** manual updates ([4ed2c2a](https://github.com/context-dot-dev/deprecated-brand-python-sdk/commit/4ed2c2aad13f1312bccefc60b204b3a83c5eafe2))
11+
312
## 1.40.0 (2026-03-25)
413

514
Full Changelog: [v1.39.0...v1.40.0](https://github.com/context-dot-dev/deprecated-brand-python-sdk/compare/v1.39.0...v1.40.0)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or products provided by Brand Dev, please follow the respective company's securi
2020

2121
### Brand Dev Terms and Policies
2222

23-
Please contact hello@context.dev for any questions or concerns regarding the security of our services.
23+
Please contact yahia@context.dev for any questions or concerns regarding the security of our services.
2424

2525
---
2626

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "brand.dev"
3-
version = "1.40.0"
3+
version = "1.41.0"
44
description = "The official Python library for the brand.dev API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [
8-
{ name = "Brand Dev", email = "hello@context.dev" },
8+
{ name = "Brand Dev", email = "yahia@context.dev" },
99
]
1010

1111
dependencies = [

src/brand/dev/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "brand.dev"
4-
__version__ = "1.40.0" # x-release-please-version
4+
__version__ = "1.41.0" # x-release-please-version

src/brand/dev/resources/brand.py

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1993,10 +1993,8 @@ def web_scrape_html(
19931993
extra_body: Body | None = None,
19941994
timeout: float | httpx.Timeout | None | NotGiven = not_given,
19951995
) -> BrandWebScrapeHTMLResponse:
1996-
"""Scrapes the given URL and returns the raw HTML content of the page.
1997-
1998-
Uses
1999-
automatic proxy escalation to handle blocked sites.
1996+
"""
1997+
Scrapes the given URL and returns the raw HTML content of the page.
20001998
20011999
Args:
20022000
url: Full URL to scrape (must include http:// or https:// protocol)
@@ -2076,9 +2074,8 @@ def web_scrape_md(
20762074
timeout: float | httpx.Timeout | None | NotGiven = not_given,
20772075
) -> BrandWebScrapeMdResponse:
20782076
"""
2079-
Scrapes the given URL, converts the HTML content to GitHub Flavored Markdown
2080-
(GFM), and returns the result. Uses automatic proxy escalation to handle blocked
2081-
sites.
2077+
Scrapes the given URL, converts the HTML content to Markdown, and returns the
2078+
result.
20822079
20832080
Args:
20842081
url: Full URL to scrape and convert to markdown (must include http:// or https://
@@ -4098,10 +4095,8 @@ async def web_scrape_html(
40984095
extra_body: Body | None = None,
40994096
timeout: float | httpx.Timeout | None | NotGiven = not_given,
41004097
) -> BrandWebScrapeHTMLResponse:
4101-
"""Scrapes the given URL and returns the raw HTML content of the page.
4102-
4103-
Uses
4104-
automatic proxy escalation to handle blocked sites.
4098+
"""
4099+
Scrapes the given URL and returns the raw HTML content of the page.
41054100
41064101
Args:
41074102
url: Full URL to scrape (must include http:// or https:// protocol)
@@ -4183,9 +4178,8 @@ async def web_scrape_md(
41834178
timeout: float | httpx.Timeout | None | NotGiven = not_given,
41844179
) -> BrandWebScrapeMdResponse:
41854180
"""
4186-
Scrapes the given URL, converts the HTML content to GitHub Flavored Markdown
4187-
(GFM), and returns the result. Uses automatic proxy escalation to handle blocked
4188-
sites.
4181+
Scrapes the given URL, converts the HTML content to Markdown, and returns the
4182+
result.
41894183
41904184
Args:
41914185
url: Full URL to scrape and convert to markdown (must include http:// or https://

0 commit comments

Comments
 (0)