Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2026

Bumps niquests from 3.16.1 to 3.17.0.

Release notes

Sourced from niquests's releases.

Version 3.17.0

3.17.0 (2026-01-16)

Added

  • Native support for http+unix connections without 3rd party support in both sync and async context. (#315)
  • ASGI (e.g. fastapi) app direct usage within AsyncSession and WSGI (e.g. Flask) app direct usage within Session. (#316)
  • Passing hooks directly in the Session or AsyncSession constructor. (#321)
  • Rate limiter helpers LeakyBucketLimiter and TokenBucketLimiter that can be passed directly to the hooks parameter of Session or AsyncSession for automatic request throttling. (#321)

Fixed

  • Method get of CaseInsensitiveDict ambiguous return type. (#288)
  • More precise type definitions for PathLike, and IO. (#290)

Changed

  • Our typing definitions are now publicly exposed via niquests.typing. This aims to considerably ease extending Niquests.

Misc

  • Restore function utils.guess_json_utf from Requests era. (#313)
  • Making request with empty url when base_url is set don't add trailing slash at the end. (#319)
Changelog

Sourced from niquests's changelog.

3.17.0 (2026-01-16)

Added

  • Native support for http+unix connections without 3rd party support in both sync and async context. (#315)
  • ASGI (e.g. fastapi) app direct usage within AsyncSession and WSGI (e.g. Flask) app direct usage within Session. (#316)
  • Passing hooks directly in the Session or AsyncSession constructor. (#321)
  • Rate limiter helpers LeakyBucketLimiter and TokenBucketLimiter that can be passed directly to the hooks parameter of Session or AsyncSession for automatic request throttling. (#321)

Fixed

  • Method get of CaseInsensitiveDict ambiguous return type. (#288)
  • More precise type definitions for PathLike, and IO. (#290)

Changed

  • Our typing definitions are now publicly exposed via niquests.typing. This aims to considerably ease extending Niquests.

Misc

  • Restore function utils.guess_json_utf from Requests era. (#313)
  • Making request with empty url when base_url is set don't add trailing slash at the end. (#319)
Commits
  • 33cb5e4 🔖 Release 3.17 (#320)
  • 128cc74 Fix typo in quickstart example code comment (#323)
  • bc2fff6 🐛 guard asgi in thread startup with lock
  • 5f42932 fix: thread asgi lifespan handler (starlette) (#322)
  • 8d3ae38 🐛 lifespan handling ThreadAsyncServerGatewayInterface
  • 6fd3ef2 🐛 lifespan shutdown race condition
  • 74c5187 📝 add docs for app= kwarg
  • fdbc2a7 📝 update changelog
  • 96d1b7d 🔥 remove debug stmt in tests
  • e584737 📝 provisional release date
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies python Pull requests that update python code labels Jan 17, 2026
@edward-ly
Copy link
Contributor

@dependabot rebase

Bumps [niquests](https://github.com/jawah/niquests) from 3.16.1 to 3.17.0.
- [Release notes](https://github.com/jawah/niquests/releases)
- [Changelog](https://github.com/jawah/niquests/blob/main/HISTORY.md)
- [Commits](jawah/niquests@v3.16.1...v3.17.0)

---
updated-dependencies:
- dependency-name: niquests
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/niquests-3.17.0 branch from 1b40c3e to eaf9d1e Compare January 17, 2026 07:13
@edward-ly edward-ly merged commit 46f4e37 into main Jan 17, 2026
6 checks passed
@edward-ly edward-ly deleted the dependabot/pip/niquests-3.17.0 branch January 17, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants