Fastapi-filter

Latest version: v2.0.0

Safety actively analyzes 628936 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.0

* Run mypy everywhere and update sqlalchemy setup by arthurio in https://github.com/arthurio/fastapi-filter/pull/263

Minor dependency updates

* Bump aiosqlite from 0.17.0 to 0.18.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/211
* Bump black from 22.12.0 to 23.1.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/259
* Bump faker from 15.3.4 to 16.3.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/230
* Bump faker from 16.3.0 to 16.6.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/241
* Bump faker from 16.6.0 to 16.6.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/249
* Bump faker from 16.6.1 to 16.8.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/275
* Bump flake8-builtins from 2.0.1 to 2.1.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/214
* Bump flake8-docstrings from 1.6.0 to 1.7.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/251
* Bump httpx from 0.23.1 to 0.23.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/221
* Bump httpx from 0.23.2 to 0.23.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/225
* Bump ipython from 8.7.0 to 8.8.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/222
* Bump ipython from 8.8.0 to 8.9.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/257
* Bump isort from 5.11.2 to 5.11.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/210
* Bump isort from 5.11.3 to 5.11.4 by dependabot in https://github.com/arthurio/fastapi-filter/pull/213
* Bump isort from 5.11.4 to 5.12.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/254
* Bump mkdocs-material from 8.5.7 to 9.0.12 by dependabot in https://github.com/arthurio/fastapi-filter/pull/278
* Bump mypy from 0.991 to 1.0.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/267
* Bump pre-commit from 2.20.0 to 2.21.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/217
* Bump pre-commit from 2.21.0 to 3.0.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/250
* Bump pre-commit from 3.0.0 to 3.0.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/253
* Bump pre-commit from 3.0.1 to 3.0.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/255
* Bump pre-commit from 3.0.2 to 3.0.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/261
* Bump pymdown-extensions from 9.9 to 9.9.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/247
* Bump pytest from 7.2.0 to 7.2.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/239
* Bump python-lsp-server from 1.6.0 to 1.7.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/220
* Bump python-lsp-server from 1.7.0 to 1.7.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/240
* Bump requests from 2.28.1 to 2.28.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/235
* Bump setuptools from 65.4.1 to 65.5.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/218
* Bump sqlalchemy-utils from 0.38.3 to 0.39.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/216
* Bump sqlalchemy-utils from 0.39.0 to 0.40.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/279
* Bump sqlalchemy2-stubs from 0.0.2a29 to 0.0.2a31 by dependabot in https://github.com/arthurio/fastapi-filter/pull/215
* Bump sqlalchemy2-stubs from 0.0.2a31 to 0.0.2a32 by dependabot in https://github.com/arthurio/fastapi-filter/pull/242
* Bump types-setuptools from 65.6.0.2 to 65.6.0.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/226
* Bump types-setuptools from 65.6.0.3 to 65.7.0.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/243
* Bump types-setuptools from 65.7.0.3 to 65.7.0.4 by dependabot in https://github.com/arthurio/fastapi-filter/pull/262

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.5.1...v0.5.2

2.0.0

📣 Announcement

Dropped support for python 3.8.

What's Changed

* Remove support for python 3.8 by arthurio in 532
* Use ruff only by arthurio in 579


<details>
<summary>Full list of dependency updates</summary>
<ul>
<li>Update actions/cache action to v4</li>
<li>Update dependency Faker to v22 by renovate in 533</li>
<li>Update dependency Faker to v22.7.0</li>
<li>Update dependency SQLAlchemy to v2.0.30</li>
<li>Update dependency SQLAlchemy-Utils to v0.41.2</li>
<li>Update dependency bandit to v1.7.8</li>
<li>Update dependency fastapi to v0.109.0 by renovate in 520</li>
<li>Update dependency fastapi to v0.109.1 [SECURITY] by renovate in 554</li>
<li>Update dependency fastapi to v0.111.0</li>
<li>Update dependency flynt from "^1.0.0" to "^1.0.1"</li>
<li>Update dependency greenlet from "^3.0.0" to "^3.0.3"</li>
<li>Update dependency httpx to ^0.26.0 by renovate in 530</li>
<li>Update dependency ipython to v8.20.0</li>
<li>Update dependency mkdocs-material from "^9.1.2" to "^9.5.21"</li>
<li>Update dependency mkdocs-material to v9.5.21 by renovate in 541</li>
<li>Update dependency mypy to v1.10.0</li>
<li>Update dependency pre-commit to "^3.7.0"</li>
<li>Update dependency pudb to "^2024.1.0"</li>
<li>Update dependency pydantic to v2.7.1</li>
<li>Update dependency pymongo to 4.6.3</li>
<li>Update dependency pytest from "^7.2.2" to "^7.4.4"</li>
<li>Update dependency pytest-asyncio to v0.23.6</li>
<li>Update dependency pytest-cov from "^4.0.0" to "^4.1.0"</li>
<li>Update dependency python-lsp-server to v1.11.0</li>
<li>Update dependency requests from "^2.28.2" to "^2.31.0"</li>
<li>Update dependency ruff to ^0.4.0 by renovate in 567</li>
<li>Update dependency ruff to v0.1.13 by renovate in 539</li>
<li>Update dependency types-setuptools from "^68.1.0.0" to "^68.2.0.2"</li>
<li>Update dependency typing-extensions from "^4.11.0" to "^4.5.0"</li>
<li>Update dependency urllib3 to v2 by renovate in 534</li>
<li>Update dependency uvicorn to ^0.25.0 by renovate in 531</li>
<li>Update dependency uvicorn to ^0.29.0</li>
</ul>
</details>

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v1.1.0...v2.0.0

1.1.0

📣 Announcement

This is the last release before dropping support to Python 3.8.

Shout-out to sleter for your first contribution 🎉

What's Changed

* Switch to python 3.12 and update everything by arthurio in https://github.com/arthurio/fastapi-filter/pull/529
* Fix Pydantic FieldValidationInfo depracation warnings by sleter in https://github.com/arthurio/fastapi-filter/pull/510

<details>

<summary>Full list of dependency updates</summary>
* Update dependency Faker to v19.6.2 by renovate in https://github.com/arthurio/fastapi-filter/pull/471
* Update dependency fastapi to v0.103.2 by renovate in https://github.com/arthurio/fastapi-filter/pull/477
* Update dependency typing-extensions to v4.8.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/468
* Update dependency mkdocs-material to v9.4.2 by renovate in https://github.com/arthurio/fastapi-filter/pull/470
* Update dependency ruff to ^0.0.291 by renovate in https://github.com/arthurio/fastapi-filter/pull/467
* Update dependency SQLAlchemy to v2.0.21 by renovate in https://github.com/arthurio/fastapi-filter/pull/469
* Update dependency urllib3 to v1.26.17 by renovate in https://github.com/arthurio/fastapi-filter/pull/480
* Update dependency ruff to ^0.0.292 by renovate in https://github.com/arthurio/fastapi-filter/pull/479
* Update dependency python-lsp-server to v1.8.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/482
* Update dependency Faker to v19.9.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/486
* Update dependency ipython to v8.16.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/455
* Update dependency ruff to ^0.1.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/493
* Update dependency black to v23.10.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/494
* Update dependency urllib3 to v1.26.18 by renovate in https://github.com/arthurio/fastapi-filter/pull/495
* Update dependency fastapi to v0.104.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/496
* Update dependency Faker to v19.11.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/490
* Update dependency ruff to v0.1.5 by renovate in https://github.com/arthurio/fastapi-filter/pull/497
* Update dependency fastapi to v0.104.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/500
* Update dependency httpx to v0.25.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/501
* Update dependency pytest to v7.4.3 by renovate in https://github.com/arthurio/fastapi-filter/pull/502
* Update dependency Faker to v19.13.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/503
* Update dependency uvicorn to ^0.24.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/504
* Update dependency mypy to v1.6.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/487
* Update dependency greenlet to v3 by renovate in https://github.com/arthurio/fastapi-filter/pull/481
* Bump gitpython from 3.1.36 to 3.1.37 by dependabot in https://github.com/arthurio/fastapi-filter/pull/488
* Update dependency python-lsp-server to v1.9.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/485
* Update dependency ruff to v0.1.6 by renovate in https://github.com/arthurio/fastapi-filter/pull/507
* Update dependency mkdocs-material to v9.4.10 by renovate in https://github.com/arthurio/fastapi-filter/pull/478
* Update dependency httpx to v0.25.2 by renovate in https://github.com/arthurio/fastapi-filter/pull/509
* Update dependency mkdocs-material to v9.4.12 by renovate in https://github.com/arthurio/fastapi-filter/pull/508
* Update dependency Faker to v20 by renovate in https://github.com/arthurio/fastapi-filter/pull/506
* Update actions/setup-python action to v5 by renovate in https://github.com/arthurio/fastapi-filter/pull/514
* Update dependency ruff to v0.1.7 by renovate in https://github.com/arthurio/fastapi-filter/pull/513
* Update dependency pytest-asyncio to ^0.23.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/512
* Update dependency pre-commit to v3.5.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/492
* Update dependency mypy to v1.7.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/505
* Update dependency isort to v5.13.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/517
* Update dependency black to v23.12.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/498
* Update github/codeql-action action to v3 by renovate in https://github.com/arthurio/fastapi-filter/pull/522
* Update dependency SQLAlchemy to v2.0.25 by renovate in https://github.com/arthurio/fastapi-filter/pull/491
* Update dependency ruff to v0.1.11 by renovate in https://github.com/arthurio/fastapi-filter/pull/523
* Update poetry version by arthurio in https://github.com/arthurio/fastapi-filter/pull/528
</details>

New Contributors
* sleter made their first contribution in https://github.com/arthurio/fastapi-filter/pull/510

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v1.0.0...v1.1.0

1.0.0

📣 Announcement

This is a breaking change release to support fastapi>=0.100.0 and pydantic>=2.0.0.
Please take a look at the changes made in the `examples` to help you with the upgrade.
- [Mongoengine](https://github.com/arthurio/fastapi-filter/pull/447/files#diff-5254fa8e9bdb869942f29f1e84cf072ddd3350b16c52c4e49ccd015b9bcfc619)
- [SqlAlchemy](https://github.com/arthurio/fastapi-filter/pull/447/files#diff-65d5f41a1e3fe26e9087b18857256dbf9ec71f63301ac333a54e23a0c6b7a233)

Shout-out to johnybx for making it happen 🎉

What's Changed
* update codebase to support fastapi>=0.100.0 and pydantic>=2.0.0 by johnybx in https://github.com/arthurio/fastapi-filter/pull/447

New Contributors
* johnybx made their first contribution in https://github.com/arthurio/fastapi-filter/pull/447

**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.6.2...v1.0.0

0.88.0

* Bump sqlalchemy from 1.4.42 to 1.4.44 by dependabot in https://github.com/arthurio/fastapi-filter/pull/179
* Bump fastapi from 0.85.2 to 0.87.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/177
* Bump fastapi from 0.87.0 to 0.88.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/191

Dependency updates

* Bump types-setuptools from 65.5.0.2 to 65.5.0.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/178
* Bump pytest-asyncio from 0.20.1 to 0.20.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/176
* Bump faker from 15.3.1 to 15.3.2 by dependabot in https://github.com/arthurio/fastapi-filter/pull/181
* Bump mypy from 0.982 to 0.991 by dependabot in https://github.com/arthurio/fastapi-filter/pull/180
* Bump pudb from 2022.1.2 to 2022.1.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/169
* Bump faker from 15.3.2 to 15.3.3 by dependabot in https://github.com/arthurio/fastapi-filter/pull/186
* Bump types-setuptools from 65.5.0.3 to 65.6.0.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/185
* Bump httpx from 0.23.0 to 0.23.1 by dependabot in https://github.com/arthurio/fastapi-filter/pull/184
* Bump uvicorn from 0.19.0 to 0.20.0 by dependabot in https://github.com/arthurio/fastapi-filter/pull/183



**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.4.0...v0.4.1

0.6.2

Announcement 📣

This is most likely the last minor release before support for fastapi>=0.100.0 and pydantic>=2.0.0 which will be a breaking change.

What's Changed

* Bump certifi from 2022.12.7 to 2023.7.22 by dependabot in https://github.com/arthurio/fastapi-filter/pull/446
* Bump gitpython from 3.1.34 to 3.1.35 by dependabot in https://github.com/arthurio/fastapi-filter/pull/461
* Update actions/checkout action to v4 by renovate in https://github.com/arthurio/fastapi-filter/pull/453
* Update dependency Faker to v19.6.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/458
* Update dependency SQLAlchemy to v2.0.20 by renovate in https://github.com/arthurio/fastapi-filter/pull/443
* Update dependency black to v23.9.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/462
* Update dependency flynt to v1.0.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/436
* Update dependency httpx to ^0.25.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/463
* Update dependency ipython to v8.14.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/450
* Update dependency mkdocs-material to v9.3.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/464
* Update dependency mypy to v1.5.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/441
* Update dependency pre-commit to v3.4.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/452
* Update dependency pydantic to v1.10.12 by renovate in https://github.com/arthurio/fastapi-filter/pull/432
* Update dependency pytest to v7.4.2 by renovate in https://github.com/arthurio/fastapi-filter/pull/459
* Update dependency pytest-asyncio to v0.21.1 by renovate in https://github.com/arthurio/fastapi-filter/pull/422
* Update dependency python-lsp-server to v1.8.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/460
* Update dependency ruff to ^0.0.289 by renovate in https://github.com/arthurio/fastapi-filter/pull/448
* Update dependency uvicorn to v0.23.2 by renovate in https://github.com/arthurio/fastapi-filter/pull/427
* Update supercharge/mongodb-github-action action to v1.10.0 by renovate in https://github.com/arthurio/fastapi-filter/pull/438


**Full Changelog**: https://github.com/arthurio/fastapi-filter/compare/v0.6.1...v0.6.2

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.