openai-http-proxy 3.3.1__tar.gz → 3.3.2__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 (29) hide show
  1. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/PKG-INFO +11 -11
  2. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/pyproject.toml +11 -11
  3. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/LICENSE +0 -0
  4. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/README.md +0 -0
  5. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/__init__.py +0 -0
  6. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/__main__.py +0 -0
  7. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/api_key_check/__init__.py +0 -0
  8. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/api_key_check/allow_all.py +0 -0
  9. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/api_key_check/in_config.py +0 -0
  10. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/api_key_check/with_request.py +0 -0
  11. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/app.py +0 -0
  12. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/base_types.py +0 -0
  13. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/bootstrap.py +0 -0
  14. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/config.py +0 -0
  15. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/config_loaders/__init__.py +0 -0
  16. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/config_loaders/json.py +0 -0
  17. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/config_loaders/python.py +0 -0
  18. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/config_loaders/toml.py +0 -0
  19. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/config_loaders/yaml.py +0 -0
  20. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/core.py +0 -0
  21. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/errors.py +0 -0
  22. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/handlers/__init__.py +0 -0
  23. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/handlers/forward_http_headers.py +0 -0
  24. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/handlers/rate_limiter.py +0 -0
  25. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/loggers.py +0 -0
  26. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/models_endpoint.py +0 -0
  27. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/strategies/__init__.py +0 -0
  28. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/strategies/fallback.py +0 -0
  29. {openai_http_proxy-3.3.1 → openai_http_proxy-3.3.2}/lm_proxy/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: openai-http-proxy
3
- Version: 3.3.1
3
+ Version: 3.3.2
4
4
  Summary: OpenAI HTTP Proxy is an OpenAI-compatible http proxy server for inferencing various LLMs capable of working with Google, Anthropic, OpenAI APIs, local PyTorch inference, etc.
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -25,20 +25,20 @@ Provides-Extra: all
25
25
  Provides-Extra: anthropic
26
26
  Provides-Extra: google
27
27
  Provides-Extra: test
28
- Requires-Dist: ai-microcore (>=6.7.1,<7)
29
- Requires-Dist: anthropic (>=0.77,<1) ; extra == "all"
30
- Requires-Dist: anthropic (>=0.77,<1) ; extra == "anthropic"
31
- Requires-Dist: fastapi (>=0.136.3,<1)
32
- Requires-Dist: google-genai (>=1.62.0,<2) ; extra == "all"
33
- Requires-Dist: google-genai (>=1.62.0,<2) ; extra == "google"
28
+ Requires-Dist: ai-microcore (>=6.7.2,<7)
29
+ Requires-Dist: anthropic (>=0.77,<2) ; extra == "all"
30
+ Requires-Dist: anthropic (>=0.77,<2) ; extra == "anthropic"
31
+ Requires-Dist: fastapi (>=0.141.1,<1)
32
+ Requires-Dist: google-genai (>=1.62.0,<3) ; extra == "all"
33
+ Requires-Dist: google-genai (>=1.62.0,<3) ; extra == "google"
34
34
  Requires-Dist: pydantic (>=2.12.5,<2.13.0)
35
35
  Requires-Dist: pytest (>=9.1.1,<9.2.0) ; extra == "test"
36
36
  Requires-Dist: pytest-asyncio (>=1.4.0,<1.5.0) ; extra == "test"
37
37
  Requires-Dist: pytest-cov (>=7.1.0,<7.2.0) ; extra == "test"
38
- Requires-Dist: requests (>=2.32.5,<3)
39
- Requires-Dist: typer (>=0.24.0,<1)
40
- Requires-Dist: uvicorn (>=0.41.0)
41
- Requires-Dist: websockets (>=14.0,<16)
38
+ Requires-Dist: requests (>=2.34.2,<3)
39
+ Requires-Dist: typer (>=0.27.1,<1)
40
+ Requires-Dist: uvicorn (>=0.52.4)
41
+ Requires-Dist: websockets (>=14.0,<18)
42
42
  Project-URL: Bug Tracker, https://github.com/Nayjest/lm-proxy/issues
43
43
  Project-URL: Source Code, https://github.com/Nayjest/lm-proxy
44
44
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "openai-http-proxy"
3
- version = "3.3.1"
3
+ version = "3.3.2"
4
4
  description = "OpenAI HTTP Proxy is an OpenAI-compatible http proxy server for inferencing various LLMs capable of working with Google, Anthropic, OpenAI APIs, local PyTorch inference, etc."
5
5
  readme = "README.md"
6
6
  keywords = ["llm", "large language models", "ai", "gpt", "openai", "proxy", "http", "proxy-server", "llm gateway", "openai", "anthropic", "google genai"]
@@ -34,13 +34,13 @@ documentation = "https://github.com/Nayjest/lm-proxy#readme"
34
34
  license = "MIT"
35
35
 
36
36
  dependencies = [
37
- "ai-microcore>=6.7.1,<7",
38
- "fastapi>=0.136.3,<1",
39
- "uvicorn>=0.41.0",
40
- "typer>=0.24.0,<1",
41
- "requests>=2.32.5,<3",
37
+ "ai-microcore>=6.7.2,<7",
38
+ "fastapi>=0.141.1,<1",
39
+ "uvicorn>=0.52.4",
40
+ "typer>=0.27.1,<1",
41
+ "requests>=2.34.2,<3",
42
42
  "pydantic~=2.12.5",
43
- "websockets>=14.0,<16",
43
+ "websockets>=14.0,<18",
44
44
  ]
45
45
 
46
46
  [project.optional-dependencies]
@@ -50,14 +50,14 @@ test = [
50
50
  "pytest-cov~=7.1.0"
51
51
  ]
52
52
  google = [
53
- "google-genai>=1.62.0,<2",
53
+ "google-genai>=1.62.0,<3",
54
54
  ]
55
55
  anthropic = [
56
- "anthropic>=0.77,<1",
56
+ "anthropic>=0.77,<2",
57
57
  ]
58
58
  all = [
59
- "google-genai>=1.62.0,<2",
60
- "anthropic>=0.77,<1",
59
+ "google-genai>=1.62.0,<3",
60
+ "anthropic>=0.77,<2",
61
61
  ]
62
62
 
63
63
  [project.urls]