Skip to content

Commit f6155e2

Browse files
committed
Removed unused XAUTH import from deprecated telnetlib. Bumped version
1 parent a17ff08 commit f6155e2

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

ai_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
APIError,
4848
)
4949

50-
__version__ = "0.4.1"
50+
__version__ = "0.4.2"
5151

5252
__all__ = [
5353
# Core classes

ai_client/base_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import abc
1111
import time
1212
import asyncio
13-
from telnetlib import XAUTH
1413
from typing import List, Tuple, Any, Optional, Union
1514
from .response import LLMResponse, Usage
1615
from .utils import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "generic-llm-api-client"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "A unified, provider-agnostic Python client for multiple LLM APIs"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)