mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update openai version
This commit is contained in:
parent
488744fbb2
commit
339890016e
3 changed files with 5 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ dependencies = [
|
|||
"pydantic>=2.11.7",
|
||||
"fastapi>=0.104.1",
|
||||
"uvicorn>=0.24.0",
|
||||
"openai>=1.0.0",
|
||||
"openai==2.13.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
8
demos/use_cases/mcp_filter/uv.lock
generated
8
demos/use_cases/mcp_filter/uv.lock
generated
|
|
@ -811,7 +811,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "openai"
|
||||
version = "1.107.1"
|
||||
version = "2.13.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "anyio" },
|
||||
|
|
@ -823,9 +823,9 @@ dependencies = [
|
|||
{ name = "tqdm" },
|
||||
{ name = "typing-extensions" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/f3/e0/a62daa7ff769df969cc1b782852cace79615039630b297005356f5fb46fb/openai-1.107.1.tar.gz", hash = "sha256:7c51b6b8adadfcf5cada08a613423575258b180af5ad4bc2954b36ebc0d3ad48", size = 563671 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/0f/39/8e347e9fda125324d253084bb1b82407e5e3c7777a03dc398f79b2d95626/openai-2.13.0.tar.gz", hash = "sha256:9ff633b07a19469ec476b1e2b5b26c5ef700886524a7a72f65e6f0b5203142d5", size = 626583 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/d4/12/32c19999a58eec4a695e8ce334442b6135df949f0bb61b2ceaa4fa60d3a9/openai-1.107.1-py3-none-any.whl", hash = "sha256:168f9885b1b70d13ada0868a0d0adfd538c16a02f7fd9fe063851a2c9a025e72", size = 945177 },
|
||||
{ url = "https://files.pythonhosted.org/packages/bb/d5/eb52edff49d3d5ea116e225538c118699ddeb7c29fa17ec28af14bc10033/openai-2.13.0-py3-none-any.whl", hash = "sha256:746521065fed68df2f9c2d85613bb50844343ea81f60009b60e6a600c9352c79", size = 1066837 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1300,7 +1300,7 @@ requires-dist = [
|
|||
{ name = "fastapi", specifier = ">=0.104.1" },
|
||||
{ name = "fastmcp", specifier = ">=2.14" },
|
||||
{ name = "mcp", specifier = ">=1.13.1" },
|
||||
{ name = "openai", specifier = ">=1.0.0" },
|
||||
{ name = "openai", specifier = "==2.13.0" },
|
||||
{ name = "pydantic", specifier = ">=2.11.7" },
|
||||
{ name = "uvicorn", specifier = ">=0.24.0" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ services:
|
|||
volumes:
|
||||
- ../../demos/samples_python/weather_forecast/arch_config.yaml:/app/arch_config.yaml
|
||||
- /etc/ssl/cert.pem:/etc/ssl/cert.pem
|
||||
- ~/archgw_logs:/var/log/
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue