libretime/api/setup.py
renovate[bot] 237b32a3f9
chore(deps): update dependency uvicorn to >=0.17.6,<0.36.0 (#3124)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [uvicorn](https://redirect.github.com/encode/uvicorn)
([changelog](https://www.uvicorn.org/release-notes)) |
`>=0.17.6,<0.33.0` -> `>=0.17.6,<0.36.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/uvicorn/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uvicorn/0.32.1/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>encode/uvicorn (uvicorn)</summary>

###
[`v0.35.0`](https://redirect.github.com/encode/uvicorn/releases/tag/0.35.0):
Version 0.35.0

[Compare
Source](https://redirect.github.com/encode/uvicorn/compare/0.34.3...0.35.0)

#### Added

- Add `WebSocketsSansIOProtocol` by
[@&#8203;Kludex](https://redirect.github.com/Kludex) in
[https://github.com/encode/uvicorn/pull/2540](https://redirect.github.com/encode/uvicorn/pull/2540)

#### Changed

- Refine help message for option `--proxy-headers` by
[@&#8203;zhangyoufu](https://redirect.github.com/zhangyoufu) in
[https://github.com/encode/uvicorn/pull/2653](https://redirect.github.com/encode/uvicorn/pull/2653)

#### New Contributors

- [@&#8203;zhangyoufu](https://redirect.github.com/zhangyoufu) made
their first contribution in
[https://github.com/encode/uvicorn/pull/2653](https://redirect.github.com/encode/uvicorn/pull/2653)

**Full Changelog**:
https://github.com/encode/uvicorn/compare/0.34.3...0.35.0

###
[`v0.34.3`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.3):
Version 0.34.3

[Compare
Source](https://redirect.github.com/encode/uvicorn/compare/0.34.2...0.34.3)

#### What's Changed

- Don't include `cwd()` when non-empty `--reload-dirs` is passed by
[@&#8203;stinovlas](https://redirect.github.com/stinovlas) in
[https://github.com/encode/uvicorn/pull/2598](https://redirect.github.com/encode/uvicorn/pull/2598)
- Apply `get_client_addr` formatting to WebSocket logging by
[@&#8203;Harry-Lees](https://redirect.github.com/Harry-Lees) in
[https://github.com/encode/uvicorn/pull/2636](https://redirect.github.com/encode/uvicorn/pull/2636)
- chore: improve type hints by
[@&#8203;waketzheng](https://redirect.github.com/waketzheng) in
[https://github.com/encode/uvicorn/pull/2638](https://redirect.github.com/encode/uvicorn/pull/2638)

#### New Contributors

- [@&#8203;stinovlas](https://redirect.github.com/stinovlas) made their
first contribution in
[https://github.com/encode/uvicorn/pull/2598](https://redirect.github.com/encode/uvicorn/pull/2598)
- [@&#8203;LifeLex](https://redirect.github.com/LifeLex) made their
first contribution in
[https://github.com/encode/uvicorn/pull/2621](https://redirect.github.com/encode/uvicorn/pull/2621)
- [@&#8203;Harry-Lees](https://redirect.github.com/Harry-Lees) made
their first contribution in
[https://github.com/encode/uvicorn/pull/2636](https://redirect.github.com/encode/uvicorn/pull/2636)
- [@&#8203;waketzheng](https://redirect.github.com/waketzheng) made
their first contribution in
[https://github.com/encode/uvicorn/pull/2638](https://redirect.github.com/encode/uvicorn/pull/2638)

**Full Changelog**:
https://github.com/encode/uvicorn/compare/0.34.2...0.34.3

###
[`v0.34.2`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.2):
Version 0.34.2

[Compare
Source](https://redirect.github.com/encode/uvicorn/compare/0.34.1...0.34.2)

#### What's Changed

- Flush the stdout buffer on Windows to trigger reload by
[@&#8203;jamesh1999](https://redirect.github.com/jamesh1999) in
[https://github.com/encode/uvicorn/pull/2604](https://redirect.github.com/encode/uvicorn/pull/2604)

#### New Contributors

- [@&#8203;jamesh1999](https://redirect.github.com/jamesh1999) made
their first contribution in
[https://github.com/encode/uvicorn/pull/2604](https://redirect.github.com/encode/uvicorn/pull/2604)

**Full Changelog**:
https://github.com/encode/uvicorn/compare/0.34.1...0.34.2

###
[`v0.34.1`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.1):
Version 0.34.1

[Compare
Source](https://redirect.github.com/encode/uvicorn/compare/0.34.0...0.34.1)

#### What's Changed

- Deprecate `ServerState` in the main module by
[@&#8203;Kludex](https://redirect.github.com/Kludex) in
[https://github.com/encode/uvicorn/pull/2581](https://redirect.github.com/encode/uvicorn/pull/2581)

#### New Contributors

- [@&#8203;RakhimovRamis](https://redirect.github.com/RakhimovRamis)
made their first contribution in
[https://github.com/encode/uvicorn/pull/2567](https://redirect.github.com/encode/uvicorn/pull/2567)
- [@&#8203;carlwgeorge](https://redirect.github.com/carlwgeorge) made
their first contribution in
[https://github.com/encode/uvicorn/pull/2590](https://redirect.github.com/encode/uvicorn/pull/2590)

**Full Changelog**:
https://github.com/encode/uvicorn/compare/0.34.0...0.34.1

###
[`v0.34.0`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.0):
Version 0.34.0

[Compare
Source](https://redirect.github.com/encode/uvicorn/compare/0.33.0...0.34.0)

#### What's Changed

- Add `content-length` to 500 response in wsproto by
[@&#8203;Kludex](https://redirect.github.com/Kludex) in
[https://github.com/encode/uvicorn/pull/2542](https://redirect.github.com/encode/uvicorn/pull/2542)
- Drop Python 3.8 by
[@&#8203;Kludex](https://redirect.github.com/Kludex) in
[https://github.com/encode/uvicorn/pull/2543](https://redirect.github.com/encode/uvicorn/pull/2543)

***

**Full Changelog**:
https://github.com/encode/uvicorn/compare/0.33.0...0.34.0

###
[`v0.33.0`](https://redirect.github.com/encode/uvicorn/releases/tag/0.33.0):
Version 0.33.0

[Compare
Source](https://redirect.github.com/encode/uvicorn/compare/0.32.1...0.33.0)

#### What's Changed

- Remove WatchGod by
[@&#8203;Kludex](https://redirect.github.com/Kludex) in
[https://github.com/encode/uvicorn/pull/2536](https://redirect.github.com/encode/uvicorn/pull/2536)

#### New Contributors

- [@&#8203;bwells](https://redirect.github.com/bwells) made their first
contribution in
[https://github.com/encode/uvicorn/pull/2491](https://redirect.github.com/encode/uvicorn/pull/2491)
- [@&#8203;tback](https://redirect.github.com/tback) made their first
contribution in
[https://github.com/encode/uvicorn/pull/2528](https://redirect.github.com/encode/uvicorn/pull/2528)

**Full Changelog**:
https://github.com/encode/uvicorn/compare/0.32.1...0.33.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/libretime/libretime).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHl0aG9uIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-09 13:37:25 +02:00

57 lines
1.7 KiB
Python

from setuptools import find_packages, setup
version = "4.5.0" # x-release-please-version
setup(
name="libretime-api",
version=version,
description="LibreTime API",
author="LibreTime Contributors",
url="https://github.com/libretime/libretime",
project_urls={
"Bug Tracker": "https://github.com/libretime/libretime/issues",
"Documentation": "https://libretime.org",
"Source Code": "https://github.com/libretime/libretime",
},
license="AGPLv3",
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
package_data={
"libretime_api": ["legacy/migrations/sql/*.sql"],
},
include_package_data=True,
python_requires=">=3.8",
entry_points={
"console_scripts": [
"libretime-api=libretime_api.manage:main",
]
},
install_requires=[
"django-cors-headers>=3.14.0,<4.5",
"django-filter>=2.4.0,<24.4",
"django>=4.2.0,<4.3",
"djangorestframework>=3.14.0,<3.16",
"drf-spectacular>=0.22.1,<0.29",
"requests>=2.32.2,<2.33",
],
extras_require={
"prod": [
"gunicorn>=22.0.0,<23.1",
"psycopg[c]>=3.1.8,<3.2",
"uvicorn[standard]>=0.17.6,<0.36.0",
],
"dev": [
"django-coverage-plugin>=3.0.0,<4",
"django-stubs>=5.1.0,<6",
"djangorestframework-stubs>=1.8.0,<4",
"model_bakery>=1.10.1,<2",
"psycopg[binary]>=3.1.8,<4",
"pylint-django>=2.5.3,<3",
"pytest-django>=4.5.2,<5",
"requests-mock>=1.10.0,<2",
],
"sentry": [
"sentry-sdk[django]>=1.15.0,<2",
],
},
)