livekit-plugins-langchain 1.2.12__tar.gz → 1.2.13__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.

Potentially problematic release.


This version of livekit-plugins-langchain might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-langchain
3
- Version: 1.2.12
3
+ Version: 1.2.13
4
4
  Summary: LangChain/LangGraph plugin for LiveKit agents
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -19,7 +19,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19
19
  Requires-Python: >=3.9.0
20
20
  Requires-Dist: langchain-core>=0.3.0
21
21
  Requires-Dist: langgraph>=0.3.0
22
- Requires-Dist: livekit-agents>=1.2.12
22
+ Requires-Dist: livekit-agents>=1.2.13
23
23
  Description-Content-Type: text/markdown
24
24
 
25
25
  # LangChain plugin for LiveKit Agents
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.2.12"
15
+ __version__ = "1.2.13"
@@ -24,7 +24,7 @@ classifiers = [
24
24
  "Programming Language :: Python :: 3 :: Only",
25
25
  ]
26
26
  dependencies = [
27
- "livekit-agents>=1.2.12",
27
+ "livekit-agents>=1.2.13",
28
28
  "langchain-core>=0.3.0",
29
29
  "langgraph>=0.3.0",
30
30
  ]