fenra 0.1.0__tar.gz → 0.1.1__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,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fenra
3
- Version: 0.1.0
4
- Summary: Privacy-first AI cost tracking library
3
+ Version: 0.1.1
4
+ Summary: FinOps platform for AI cost visibility
5
5
  Author: Ajdin Ahmetovic
6
6
  Author-email: Ajdin Ahmetovic <ahmetovicajdin@gmail.com>
7
7
  Requires-Dist: requests>=2.28.0
@@ -13,7 +13,7 @@ Requires-Dist: mypy>=1.0.0 ; extra == 'dev'
13
13
  Requires-Dist: ruff>=0.1.0 ; extra == 'dev'
14
14
  Requires-Dist: google-genai>=1.0.0 ; extra == 'gemini'
15
15
  Requires-Dist: openai>=1.0.0 ; extra == 'openai'
16
- Requires-Python: >=3.11
16
+ Requires-Python: >=3.10
17
17
  Provides-Extra: all
18
18
  Provides-Extra: anthropic
19
19
  Provides-Extra: dev
@@ -1,12 +1,12 @@
1
1
  [project]
2
2
  name = "fenra"
3
- version = "0.1.0"
4
- description = "Privacy-first AI cost tracking library"
3
+ version = "0.1.1"
4
+ description = "FinOps platform for AI cost visibility"
5
5
  readme = "README.md"
6
6
  authors = [
7
7
  { name = "Ajdin Ahmetovic", email = "ahmetovicajdin@gmail.com" }
8
8
  ]
9
- requires-python = ">=3.11"
9
+ requires-python = ">=3.10"
10
10
  dependencies = [
11
11
  "requests>=2.28.0",
12
12
  ]
File without changes
File without changes
File without changes
File without changes
File without changes