aops 0.2.0__tar.gz → 0.3.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: aops
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: LangChain integration library for AOps
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -17,6 +17,9 @@ Dynamic: license-file
17
17
 
18
18
  # aops
19
19
 
20
+ [![PyPI](https://img.shields.io/pypi/v/aops)](https://pypi.org/project/aops/)
21
+ [![Python](https://img.shields.io/pypi/pyversions/aops)](https://pypi.org/project/aops/)
22
+
20
23
  LangChain integration library for [AOps](https://github.com/cow-coding/aops) — load and version-control your agent prompts from the AOps backend.
21
24
 
22
25
  ## Installation
@@ -1,5 +1,8 @@
1
1
  # aops
2
2
 
3
+ [![PyPI](https://img.shields.io/pypi/v/aops)](https://pypi.org/project/aops/)
4
+ [![Python](https://img.shields.io/pypi/pyversions/aops)](https://pypi.org/project/aops/)
5
+
3
6
  LangChain integration library for [AOps](https://github.com/cow-coding/aops) — load and version-control your agent prompts from the AOps backend.
4
7
 
5
8
  ## Installation
@@ -60,7 +60,7 @@ class AopsClient:
60
60
 
61
61
  def _headers(self) -> dict[str, str]:
62
62
  if self._api_key:
63
- return {"Authorization": f"Bearer {self._api_key}"}
63
+ return {"X-API-Key": self._api_key}
64
64
  return {}
65
65
 
66
66
  def _get(self, path: str) -> list | dict:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aops
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: LangChain integration library for AOps
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -17,6 +17,9 @@ Dynamic: license-file
17
17
 
18
18
  # aops
19
19
 
20
+ [![PyPI](https://img.shields.io/pypi/v/aops)](https://pypi.org/project/aops/)
21
+ [![Python](https://img.shields.io/pypi/pyversions/aops)](https://pypi.org/project/aops/)
22
+
20
23
  LangChain integration library for [AOps](https://github.com/cow-coding/aops) — load and version-control your agent prompts from the AOps backend.
21
24
 
22
25
  ## Installation
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "aops"
7
- version = "0.2.0"
7
+ version = "0.3.0"
8
8
  description = "LangChain integration library for AOps"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes