Skip to content

Update Serverless (Python) #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Confidence
anthropic ^0.34.1 -> ^0.57.0 age confidence
aws-lambda-powertools (changelog) 2.38.1 -> 2.43.1 age confidence
awswrangler 3.7.3 -> 3.12.1 age confidence
openai 1.34.0 -> 1.95.1 age confidence
pandas 2.2.2 -> 2.3.1 age confidence
pytest-mock (changelog) 3.14.0 -> 3.14.1 age confidence
python-dotenv 1.0.1 -> 1.1.1 age confidence
tenacity 8.3.0 -> 8.5.0 age confidence

Release Notes

anthropics/anthropic-sdk-python (anthropic)

v0.57.1

Compare Source

Full Changelog: v0.57.0...v0.57.1

Chores
  • api: update BetaCitationSearchResultLocation (e0735b4)
  • internal: version bump (d368831)

v0.57.0

Compare Source

Full Changelog: v0.57.0...v0.57.1

Chores
  • api: update BetaCitationSearchResultLocation (e0735b4)
  • internal: version bump (d368831)

v0.56.0

Compare Source

Full Changelog: v0.56.0...v0.57.0

Features
  • api: add support for Search Result Content Blocks (4896178)
Bug Fixes
  • improve timeout/network error message to be more helpful (347fb57)
Chores
Documentation

v0.55.0

Compare Source

Full Changelog: v0.55.0...v0.56.0

Features
  • bedrock: automatically infer AWS Region (#​974) (f648e09)
  • vertex: support global region endpoint (1fd1adf)
Bug Fixes
  • ci: correct conditional (18e625a)
  • ci: release-doctor — report correct token name (c91f50d)
  • tests: avoid deprecation warnings (71b432f)
Chores
  • ci: only run for pushes and fork pull requests (447b793)
  • internal: add breaking change detection (e6d0eca)
  • internal: codegen related update (f88517b)
  • internal: codegen related update (a385cb9)
  • internal: codegen related update (9d4b537)
  • internal: codegen related update (6a3a6fe)
  • internal: codegen related update (28704a6)
  • tests: run tests with min and max supported Python versions by default (0ad8534)
  • tests: skip some failing tests on the latest python versions (f63a2d2)

v0.54.0

Compare Source

Full Changelog: v0.54.0...v0.55.0

Features
Bug Fixes
  • client: correctly parse binary response | stream (d93817d)
  • internal: revert unintentional changes (bb3beab)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (ee69d74)
  • tests: suppress warnings in tests when running on the latest Python versions (#​982) (740da21)
Chores
  • ci: enable for pull requests (08f2dd2)
  • internal: update conftest.py (1174a62)
  • internal: version bump (7241eaa)
  • readme: update badges (00661c2)
  • tests: add tests for httpx client instantiation & proxies (b831d88)
  • tests: run tests in parallel (4b24a79)
Documentation
  • client: fix httpx.Timeout documentation reference (b0138b1)

v0.53.0

Compare Source

Full Changelog: v0.53.0...v0.54.0

Features
  • client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)
Bug Fixes
  • httpx: resolve conflict between default transport and proxy settings (#​969) (a6efded)
  • tests: update test (99c2433)
Chores
Documentation
  • contributing: fix uv script for bootstrapping (d2bde52)

v0.52.2

Compare Source

Full Changelog: v0.52.2...v0.53.0

Features
  • client: add follow_redirects request option (e5238c0)
  • client: add support for new text_editor_20250429 tool (b3b3f5b)
Bug Fixes
  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5ac58e9)
  • internal: fix typing remapping (6c415da)
Chores
  • internal: codegen related update (94812ec)
  • internal: version bump (41ce701)
  • tests: improve testing by extracting fixtures (68c62cc)

v0.52.1

Compare Source

Full Changelog: v0.52.1...v0.52.2

Bug Fixes
  • client: fix issue with server_tool_use input tracking and improve tests (3fe3fa2)
  • docs: remove reference to rye shell (2b3d677)
Chores
  • docs: remove unnecessary param examples (6b129f4)
Refactors
  • pkg: switch from rye to uv (f553908)

v0.52.0

Compare Source

Full Changelog: v0.52.0...v0.52.1

Bug Fixes
Chores
  • examples: show how to pass an authorization token to an MCP server (18be7f3)
  • internal: fix release workflows (be9af1f)

v0.51.0

Compare Source

Full Changelog: v0.51.0...v0.52.0

Features
  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)
Bug Fixes
  • package: support direct resource imports (6d73bab)
Chores
  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)
Documentation

v0.50.0

Compare Source

Full Changelog: v0.50.0...v0.51.0

Features
  • api: adds web search capabilities to the Claude API (bec0cf9)
Bug Fixes
  • pydantic v1: more robust ModelField.annotation check (c50f406)
  • sockets: handle non-portable socket flags (#​935) (205c8dd)
Chores
  • broadly detect json family of content-type headers (66bbb3a)
  • ci: only use depot for staging repos (c867a11)
  • ci: run on more branches and use depot runners (95f5f17)
  • internal: add back missing custom modifications for Web Search (f43ba69)
  • internal: minor formatting changes (8afef08)
  • use lazy imports for resources (704be81)

v0.49.0

Compare Source

Full Changelog: v0.49.0...v0.50.0

Features
Bug Fixes
Chores
Documentation

v0.48.0

Compare Source

Full Changelog: v0.48.0...v0.49.0

Features
Chores
Documentation
  • update URLs from stainlessapi.com to stainless.com (#​885) (312364b)

v0.47.2

Compare Source

Full Changelog: v0.47.2...v0.48.0

Features
Documentation

v0.47.1

Compare Source

Full Changelog: v0.47.1...v0.47.2

Bug Fixes
  • beta: add thinking to beta.messages.stream (69e3db1)
Chores

v0.47.0

Compare Source

Full Changelog: v0.47.0...v0.47.1

Chores

v0.46.0

Compare Source

Full Changelog: v0.46.0...v0.47.0

Features
Bug Fixes
  • client: mark some request bodies as optional (8ab445e)
Chores

v0.45.2

Compare Source

Full Changelog: v0.45.2...v0.46.0

Features
Bug Fixes
Chores

v0.45.1

Compare Source

Full Changelog: v0.45.1...v0.45.2

Bug Fixes

v0.45.0

Compare Source

Full Changelog: v0.45.0...v0.45.1

Bug Fixes
Chores

v0.44.0

Compare Source

Full Changelog: v0.49.0...v0.50.0

Features
Bug Fixes
Chores
Documentation

v0.43.1

Compare Source

Full Changelog: v0.43.1...v0.44.0

Features
Bug Fixes
Chores
Documentation

v0.43.0

Compare Source

Full Changelog: v0.43.0...v0.43.1

Bug Fixes
  • docs: correct results return type (69ad511)
Chores

v0.42.0

Compare Source

Full Changelog: v0.42.0...v0.43.0

Features
Bug Fixes
  • client: only call .close() when needed (#​811) (21e0eb3)
  • correctly handle deserialising cls fields (#​817) (60e56a5)
  • types: allow extra properties in input schemas (d0961c2)
Chores
Documentation
Refactors

v0.41.0

Compare Source

Full Changelog: v0.41.0...v0.42.0

Features
Bug Fixes
  • vertex: remove anthropic_version deletion for token counting (f613929)
Chores

v0.40.0

Compare Source

Full Changelog: v0.40.0...v0.41.0

Features
  • api: general availability updates (5db8538)
  • api: general availability updates (#​795) (c8d5e43)
  • vertex: support token counting (6c3eded)
Bug Fixes
  • internal: correct support for TypeAliasType (2f6ba9e)
Chores
  • api: update spec version ([#​792](

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
highlights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 13, 2025 7:54am

@renovate renovate bot force-pushed the renovate/serverless-(python) branch from c724293 to b42f8e2 Compare October 1, 2024 19:21
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from b42f8e2 to 3ab9a04 Compare October 4, 2024 19:57
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 3ab9a04 to c5f4dac Compare October 7, 2024 16:09
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from c5f4dac to 34c6044 Compare October 8, 2024 16:22
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 34c6044 to 2d72049 Compare October 17, 2024 18:04
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 2d72049 to ccf3a2e Compare October 22, 2024 17:13
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from ccf3a2e to 45d293e Compare October 22, 2024 22:07
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 45d293e to 6e45597 Compare October 24, 2024 01:23
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 6e45597 to 982f84c Compare October 30, 2024 17:58
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 982f84c to d1fe9c0 Compare October 31, 2024 14:09
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from d1fe9c0 to 368c7b8 Compare November 2, 2024 14:38
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 368c7b8 to cbc4abb Compare November 4, 2024 19:42
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from cbc4abb to 16e0050 Compare November 5, 2024 01:21
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 16e0050 to d44ee95 Compare November 5, 2024 19:29
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 03c7e44 to 4f4d219 Compare May 21, 2025 20:12
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 4f4d219 to 6953e9f Compare May 25, 2025 00:21
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 6953e9f to 1980013 Compare May 26, 2025 16:40
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 1980013 to 8c295bb Compare May 29, 2025 15:09
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 8c295bb to b8caaa8 Compare May 29, 2025 17:42
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from b8caaa8 to 6dd431c Compare June 2, 2025 20:54
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 6dd431c to 5e52227 Compare June 3, 2025 17:55
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 5e52227 to 444ea83 Compare June 5, 2025 06:16
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 444ea83 to fcb6047 Compare June 9, 2025 17:07
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from fcb6047 to 1197b72 Compare June 10, 2025 19:43
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 1197b72 to 4a50473 Compare June 11, 2025 05:04
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 4a50473 to 69ed8df Compare June 28, 2025 07:58
@renovate renovate bot force-pushed the renovate/serverless-(python) branch from 69ed8df to 73a7f3f Compare July 5, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants