microsoft-agents-a365-observability-extensions-langchain 0.1.0.dev30__tar.gz → 0.2.1.dev0__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 (14) hide show
  1. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/PKG-INFO +5 -3
  2. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/README.md +2 -2
  3. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365/observability/extensions/langchain/__init__.py +2 -1
  4. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365/observability/extensions/langchain/tracer.py +2 -1
  5. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365/observability/extensions/langchain/tracer_instrumentor.py +2 -1
  6. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365/observability/extensions/langchain/utils.py +2 -1
  7. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_langchain.egg-info/PKG-INFO +5 -3
  8. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_langchain.egg-info/SOURCES.txt +3 -0
  9. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_langchain.egg-info/top_level.txt +1 -0
  10. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/pyproject.toml +4 -0
  11. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/setup.py +1 -1
  12. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_langchain.egg-info/dependency_links.txt +0 -0
  13. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_langchain.egg-info/requires.txt +0 -0
  14. {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.1.dev0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-a365-observability-extensions-langchain
3
- Version: 0.1.0.dev30
3
+ Version: 0.2.1.dev0
4
4
  Summary: LangChain observability and tracing extensions for Microsoft Agent 365
5
5
  Author-email: Microsoft <support@microsoft.com>
6
6
  License: MIT
@@ -20,6 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: System :: Monitoring
21
21
  Requires-Python: >=3.11
22
22
  Description-Content-Type: text/markdown
23
+ License-File: LICENSE
23
24
  Requires-Dist: microsoft-agents-a365-observability-core>=0.0.0
24
25
  Requires-Dist: langchain>=0.1.0
25
26
  Requires-Dist: langchain-core>=0.1.0
@@ -35,6 +36,7 @@ Requires-Dist: mypy>=1.0.0; extra == "dev"
35
36
  Provides-Extra: test
36
37
  Requires-Dist: pytest>=7.0.0; extra == "test"
37
38
  Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
39
+ Dynamic: license-file
38
40
 
39
41
  # microsoft-agents-a365-observability-extensions-langchain
40
42
 
@@ -58,7 +60,7 @@ For usage examples and detailed documentation, see the [Observability documentat
58
60
  For issues, questions, or feedback:
59
61
 
60
62
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
61
- - See the [main documentation](../../../README.md) for more information
63
+ - See the [main documentation](../../README.md) for more information
62
64
 
63
65
  ## Trademarks
64
66
 
@@ -68,4 +70,4 @@ For issues, questions, or feedback:
68
70
 
69
71
  Copyright (c) Microsoft Corporation. All rights reserved.
70
72
 
71
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
73
+ Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
@@ -20,7 +20,7 @@ For usage examples and detailed documentation, see the [Observability documentat
20
20
  For issues, questions, or feedback:
21
21
 
22
22
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
23
- - See the [main documentation](../../../README.md) for more information
23
+ - See the [main documentation](../../README.md) for more information
24
24
 
25
25
  ## Trademarks
26
26
 
@@ -30,4 +30,4 @@ For issues, questions, or feedback:
30
30
 
31
31
  Copyright (c) Microsoft Corporation. All rights reserved.
32
32
 
33
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
33
+ Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
@@ -1,4 +1,5 @@
1
- # Copyright (c) Microsoft. All rights reserved.
1
+ # Copyright (c) Microsoft Corporation.
2
+ # Licensed under the MIT License.
2
3
 
3
4
  """
4
5
  Wraps the Langchain Agents SDK tracer to integrate with our Telemetry Solution.
@@ -1,4 +1,5 @@
1
- # Copyright (c) Microsoft. All rights reserved.
1
+ # Copyright (c) Microsoft Corporation.
2
+ # Licensed under the MIT License.
2
3
 
3
4
  import logging
4
5
  import re
@@ -1,4 +1,5 @@
1
- # Copyright (c) Microsoft. All rights reserved.
1
+ # Copyright (c) Microsoft Corporation.
2
+ # Licensed under the MIT License.
2
3
 
3
4
  from __future__ import annotations
4
5
 
@@ -1,4 +1,5 @@
1
- # Copyright (c) Microsoft. All rights reserved.
1
+ # Copyright (c) Microsoft Corporation.
2
+ # Licensed under the MIT License.
2
3
 
3
4
  import json
4
5
  from collections.abc import Iterable, Iterator, Mapping, Sequence
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-a365-observability-extensions-langchain
3
- Version: 0.1.0.dev30
3
+ Version: 0.2.1.dev0
4
4
  Summary: LangChain observability and tracing extensions for Microsoft Agent 365
5
5
  Author-email: Microsoft <support@microsoft.com>
6
6
  License: MIT
@@ -20,6 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: System :: Monitoring
21
21
  Requires-Python: >=3.11
22
22
  Description-Content-Type: text/markdown
23
+ License-File: LICENSE
23
24
  Requires-Dist: microsoft-agents-a365-observability-core>=0.0.0
24
25
  Requires-Dist: langchain>=0.1.0
25
26
  Requires-Dist: langchain-core>=0.1.0
@@ -35,6 +36,7 @@ Requires-Dist: mypy>=1.0.0; extra == "dev"
35
36
  Provides-Extra: test
36
37
  Requires-Dist: pytest>=7.0.0; extra == "test"
37
38
  Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
39
+ Dynamic: license-file
38
40
 
39
41
  # microsoft-agents-a365-observability-extensions-langchain
40
42
 
@@ -58,7 +60,7 @@ For usage examples and detailed documentation, see the [Observability documentat
58
60
  For issues, questions, or feedback:
59
61
 
60
62
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
61
- - See the [main documentation](../../../README.md) for more information
63
+ - See the [main documentation](../../README.md) for more information
62
64
 
63
65
  ## Trademarks
64
66
 
@@ -68,4 +70,4 @@ For issues, questions, or feedback:
68
70
 
69
71
  Copyright (c) Microsoft Corporation. All rights reserved.
70
72
 
71
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
73
+ Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
@@ -1,6 +1,9 @@
1
1
  README.md
2
2
  pyproject.toml
3
3
  setup.py
4
+ ../../LICENSE
5
+ docs/../../LICENSE
6
+ microsoft_agents_a365/../../LICENSE
4
7
  microsoft_agents_a365/observability/extensions/langchain/__init__.py
5
8
  microsoft_agents_a365/observability/extensions/langchain/tracer.py
6
9
  microsoft_agents_a365/observability/extensions/langchain/tracer_instrumentor.py
@@ -71,6 +71,10 @@ target-version = ['py311']
71
71
  line-length = 100
72
72
  target-version = "py311"
73
73
 
74
+ [tool.ruff.lint.flake8-copyright]
75
+ notice-rgx = "# Copyright \\(c\\) Microsoft Corporation\\.\\r?\\n# Licensed under the MIT License\\."
76
+ min-file-size = 1
77
+
74
78
  [tool.mypy]
75
79
  python_version = "3.11"
76
80
  strict = true
@@ -13,7 +13,7 @@ package_version = environ.get("AGENT365_PYTHON_SDK_PACKAGE_VERSION", "0.0.0")
13
13
  helper_path = Path(__file__).parent.parent.parent / "versioning" / "helper"
14
14
  sys.path.insert(0, str(helper_path))
15
15
 
16
- from setup_utils import get_dynamic_dependencies
16
+ from setup_utils import get_dynamic_dependencies # noqa: E402
17
17
 
18
18
  # Use minimum version strategy:
19
19
  # - Internal packages get: >= current_base_version (e.g., >= 0.1.0)