opencontext-api 0.4.0b0__tar.gz → 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opencontext-api
3
- Version: 0.4.0b0
3
+ Version: 1.0.0
4
4
  Summary: FastAPI adapter for OpenContext Runtime
5
5
  Author: OpenContext Runtime maintainers
6
6
  License-Expression: MIT
@@ -9,7 +9,7 @@ Project-URL: Documentation, https://github.com/CesarMSFelipe/OpenContext-Runtime
9
9
  Project-URL: Issues, https://github.com/CesarMSFelipe/OpenContext-Runtime/issues
10
10
  Project-URL: Source, https://github.com/CesarMSFelipe/OpenContext-Runtime
11
11
  Keywords: ai,llm,context-engineering,fastapi,security
12
- Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Development Status :: 5 - Production/Stable
13
13
  Classifier: Intended Audience :: Developers
14
14
  Classifier: Framework :: FastAPI
15
15
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opencontext-api
3
- Version: 0.4.0b0
3
+ Version: 1.0.0
4
4
  Summary: FastAPI adapter for OpenContext Runtime
5
5
  Author: OpenContext Runtime maintainers
6
6
  License-Expression: MIT
@@ -9,7 +9,7 @@ Project-URL: Documentation, https://github.com/CesarMSFelipe/OpenContext-Runtime
9
9
  Project-URL: Issues, https://github.com/CesarMSFelipe/OpenContext-Runtime/issues
10
10
  Project-URL: Source, https://github.com/CesarMSFelipe/OpenContext-Runtime
11
11
  Keywords: ai,llm,context-engineering,fastapi,security
12
- Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Development Status :: 5 - Production/Stable
13
13
  Classifier: Intended Audience :: Developers
14
14
  Classifier: Framework :: FastAPI
15
15
  Classifier: Programming Language :: Python :: 3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "opencontext-api"
7
- version = "0.4.0b0"
7
+ version = "1.0.0"
8
8
  description = "FastAPI adapter for OpenContext Runtime"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -13,7 +13,7 @@ license-files = ["LICENSE"]
13
13
  authors = [{ name = "OpenContext Runtime maintainers" }]
14
14
  keywords = ["ai", "llm", "context-engineering", "fastapi", "security"]
15
15
  classifiers = [
16
- "Development Status :: 3 - Alpha",
16
+ "Development Status :: 5 - Production/Stable",
17
17
  "Intended Audience :: Developers",
18
18
  "Framework :: FastAPI",
19
19
  "Programming Language :: Python :: 3",