afm-cli 0.2.1.dev1__tar.gz → 0.2.3__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,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: afm-cli
3
- Version: 0.2.1.dev1
3
+ Version: 0.2.3
4
4
  Summary: AFM CLI metapackage: installs afm-core and afm-langchain
5
5
  License-Expression: Apache-2.0
6
6
  Classifier: Development Status :: 3 - Alpha
7
7
  Classifier: Programming Language :: Python :: 3.11
8
- Requires-Dist: afm-core
8
+ Requires-Dist: afm-core==0.1.0
9
9
  Requires-Dist: afm-langchain
10
10
  Requires-Python: >=3.11
11
11
  Project-URL: Repository, https://github.com/wso2/reference-implementations-afm
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "afm-cli"
3
- version = "0.2.1.dev1"
3
+ version = "0.2.3"
4
4
  description = "AFM CLI metapackage: installs afm-core and afm-langchain"
5
5
  readme = "README.md"
6
6
  classifiers = [
@@ -11,7 +11,7 @@ license = "Apache-2.0"
11
11
  requires-python = ">=3.11"
12
12
  urls = { Repository = "https://github.com/wso2/reference-implementations-afm" }
13
13
  dependencies = [
14
- "afm-core",
14
+ "afm-core==0.1.0",
15
15
  "afm-langchain",
16
16
  ]
17
17
 
File without changes