Skip to content
Merged
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
20 changes: 12 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.12', '3.13', '3.14']
python-version: ['3.12', '3.13', '3.14', '3.15.0rc1']
exclude:
- os: windows-latest
python-version: '3.13'
- os: windows-latest
python-version: '3.14'
python-version: '3.15.0rc1'
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} check (py ${{ matrix.python-version }})

Expand All @@ -73,7 +73,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.14"
version: "0.12.1"

- name: Run Check (Linux)
if: runner.os == 'Linux'
Expand All @@ -91,12 +91,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.12', '3.13', '3.14']
python-version: ['3.12', '3.13', '3.14', '3.15.0rc1']
exclude:
- os: windows-latest
python-version: '3.13'
- os: windows-latest
python-version: '3.14'
- os: windows-latest
python-version: '3.15.0rc1'
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} format (py ${{ matrix.python-version }})

Expand All @@ -114,7 +116,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.14"
version: "0.12.1"

- name: Run Format (Linux)
if: runner.os == 'Linux'
Expand All @@ -132,10 +134,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.12', '3.13', '3.14']
python-version: ['3.12', '3.13', '3.14', '3.15.0rc1']
exclude:
- os: windows-latest
python-version: '3.13'
- os: windows-latest
python-version: '3.14'
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} (py ${{ matrix.python-version }})

Expand All @@ -153,7 +157,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.14"
version: "0.12.1"

- name: Run Test (Linux)
if: runner.os == 'Linux'
Expand Down Expand Up @@ -191,7 +195,7 @@ jobs:
# - name: Install uv
# uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
# with:
# version: "0.11.14"
# version: "0.12.1"

# - name: Install Dependencies (Linux)
# if: runner.os == 'Linux'
Expand Down
29 changes: 15 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["uv_build>=0.9.10,<0.12.0"]
requires = ["uv_build>=0.9.10,<0.13"]
build-backend = "uv_build"

[project]
Expand All @@ -13,7 +13,6 @@ authors = [
{ name = "Guido van Rossum", email = "gvanrossum@microsoft.com" },
{ name = "Steven Lucco" },
{ name = "Umesh Madan" },
{ name = "Guido van Rossum" },
]
requires-python = ">=3.12"
classifiers = [
Expand All @@ -25,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15.0rc1",
"Programming Language :: Python :: Implementation :: CPython",
"Typing :: Typed",
]
Expand All @@ -34,12 +34,13 @@ dependencies = [
"mcp[cli]>=1.12.1",
"numpy>=2.2.6",
"openai>=1.81.0",
"pydantic>=2.11.4",
"pydantic-ai-slim[openai]>=1.39.0",
"pydantic>=2.13.4; python_version >= '3.15'",
"pydantic>=2.10.0; python_version < '3.15'",
"pydantic-ai-slim[openai]>=2.25.0",
"pyreadline3>=3.5.4 ; sys_platform == 'win32'",
"python-dotenv>=1.1.0",
"stamina>=26.1.0",
"tiktoken>=0.12.0",
"tiktoken>=0.13.0",
"typechat>=0.0.4",
"webvtt-py>=0.5.1",
]
Expand Down Expand Up @@ -87,17 +88,17 @@ known_local_folder = ["conftest"]
dev = [
"azure-mgmt-authorization>=4.0.0",
"azure-mgmt-keyvault>=14.0.1",
"black>=26.3.1",
"coverage[toml]>=7.13.5",
"google-api-python-client>=2.194.0",
"google-auth-httplib2>=0.3.1",
"google-auth-oauthlib>=1.3.1",
"isort>=8.0.1",
"black>=24.4.2",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the a reason to downgrad all those packages (black, converage, google-*, isort)
we have been on newer versions already

"coverage[toml]>=7.6.0",
"google-api-python-client>=2.140.0",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.1",
"isort>=5.13.2",
"logfire>=4.32.1", # So 'make check' passes
"msgraph-sdk>=1.56.0",
"opentelemetry-instrumentation-httpx>=0.61b0",
"pyright>=1.1.411",
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
"pyright>=1.1.390",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same question here, why downgrade pyright, pytest ?

"pytest>=8.3.3",
"pytest-asyncio>=0.24.0",
"pytest-mock>=3.15.1",
]
Loading
Loading