arcade-core 2.5.0rc2__tar.gz → 3.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.
Files changed (22) hide show
  1. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/PKG-INFO +2 -2
  2. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/pyproject.toml +2 -2
  3. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/.gitignore +0 -0
  4. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/README.md +0 -0
  5. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/__init__.py +0 -0
  6. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/annotations.py +0 -0
  7. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/auth.py +0 -0
  8. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/catalog.py +0 -0
  9. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/config.py +0 -0
  10. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/config_model.py +0 -0
  11. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/context.py +0 -0
  12. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/converters/openai.py +0 -0
  13. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/discovery.py +0 -0
  14. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/errors.py +0 -0
  15. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/executor.py +0 -0
  16. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/output.py +0 -0
  17. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/parse.py +0 -0
  18. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/py.typed +0 -0
  19. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/schema.py +0 -0
  20. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/toolkit.py +0 -0
  21. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/utils.py +0 -0
  22. {arcade_core-2.5.0rc2 → arcade_core-3.0.0}/arcade_core/version.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arcade-core
3
- Version: 2.5.0rc2
3
+ Version: 3.0.0
4
4
  Summary: Arcade Core - Core library for Arcade platform
5
5
  Author-email: Arcade <dev@arcade.dev>
6
6
  License: MIT
7
- Classifier: Development Status :: 4 - Beta
7
+ Classifier: Development Status :: 5 - Production/Stable
8
8
  Classifier: Intended Audience :: Developers
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "arcade-core"
3
- version = "2.5.0rc2"
3
+ version = "3.0.0"
4
4
  description = "Arcade Core - Core library for Arcade platform"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}
@@ -8,7 +8,7 @@ authors = [
8
8
  {name = "Arcade", email = "dev@arcade.dev"},
9
9
  ]
10
10
  classifiers = [
11
- "Development Status :: 4 - Beta",
11
+ "Development Status :: 5 - Production/Stable",
12
12
  "Intended Audience :: Developers",
13
13
  "License :: OSI Approved :: MIT License",
14
14
  "Programming Language :: Python :: 3",
File without changes
File without changes