Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

## Installation

> **⚠️ Windows 11 Note:** Python 3.13 is not yet supported on Windows 11 due to a known asyncio subprocess issue. Please use Python 3.11 or 3.12. See [Python Issue #122048](https://github.com/python/cpython/issues/122048) for details.

Clone the repository:

```bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "proxy-lite"
version = "0.1.0"
description = "Proxy Lite - A mini, open-weights, version of the Convergence AI Proxy assistant."
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.11,<3.13"
dependencies = [
"omegaconf>=2.3.0",
"openai>=1.61.1",
Expand Down