mirror of
https://github.com/hwchase17/langchain.git
synced 2025-11-16 13:58:56 +00:00
refactor(cli): drop Python 3.9 (#32964)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
"""GitHub utilities."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import http.client
|
||||
import json
|
||||
from typing import Optional
|
||||
|
||||
|
||||
def list_packages(*, contains: Optional[str] = None) -> list[str]:
|
||||
def list_packages(*, contains: str | None = None) -> list[str]:
|
||||
"""List all packages in the langchain repository templates directory.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user