Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 12e3377

Browse files
committed
Archive project
1 parent 33532e4 commit 12e3377

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
Meilisearch FastAPI provides [FastAPI](https://fastapi.tiangolo.com/) routes for interacting with [Meilisearch](https://www.meilisearch.com/).
1010

11+
⚠️This project has been archived and is no longer supported. If you are using Meilisearch with
12+
FastAPI you can use [meilisearch-python-sdk](https://github.com/sanders41/meilisearch-python-sdk")
13+
it integrate Meilisearch.
14+
1115
## Installation
1216

1317
Using a virtual environmnet is recommended for installing this package. Once the virtual environment is created and activated install the package with:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "meilisearch-fastapi"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
description = "Meilisearch integration with FastAPI"
55
authors = ["Paul Sanders <psanders1@gmail.com>"]
66
license = "MIT"
@@ -16,6 +16,7 @@ classifiers=[
1616
"Programming Language :: Python :: 3.12",
1717
"License :: OSI Approved :: MIT License",
1818
"Operating System :: OS Independent",
19+
"Development Status :: 7 - Inactive",
1920
]
2021
include = ["meilisearch_fastapi/py.typed"]
2122

0 commit comments

Comments
 (0)