Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
d6a1726
chore(ci): upgrade `actions/github-script`
stainless-app[bot] Feb 11, 2026
2777780
feat: Introduce projects admin org role
stainless-app[bot] Jan 26, 2026
06fbc11
codegen metadata
stainless-app[bot] Jan 26, 2026
5febe77
codegen metadata
stainless-app[bot] Jan 26, 2026
b292d8f
feat(cli): add --name flag to environment create command
stainless-app[bot] Jan 26, 2026
d1573e5
codegen metadata
stainless-app[bot] Jan 26, 2026
153d9ba
feat: [backend] Resource admin should be able to see all resource shares
stainless-app[bot] Jan 27, 2026
4a87ef2
feat(runner): add capability check for ListSCMOrganizations
stainless-app[bot] Jan 27, 2026
d335a93
codegen metadata
stainless-app[bot] Feb 11, 2026
16049ed
feat: [SCIM] Configurable token expiration duration
stainless-app[bot] Jan 28, 2026
1cbdaaa
feat(api): add announcement banner fields to organization proto
stainless-app[bot] Jan 23, 2026
6482c1a
feat(api): implement GetAnnouncementBanner and UpdateAnnouncementBann…
stainless-app[bot] Jan 23, 2026
4bc3f9f
feat(api): add filters to ListPrebuilds for inventory page
stainless-app[bot] Jan 23, 2026
71eb2b6
feat: [SCIM] Configurable token expiration duration
stainless-app[bot] Feb 11, 2026
b6e8d28
codegen metadata
stainless-app[bot] Jan 28, 2026
688cf2e
feat(db): add service_account_tokens table
stainless-app[bot] Feb 11, 2026
f7b7cb3
feat(chat): add Pylon identity verification for chat widget
stainless-app[bot] Jan 28, 2026
1176fce
chore: update OpenAPI spec to e50946de8cddc549be7f7423903ad444632abce6
stainless-app[bot] Jan 28, 2026
d59ab98
feat(types): add RoleAssignment value to ResourceType enum
stainless-app[bot] Jan 29, 2026
c345871
feat(api): add dev_runner_id to agents, dev_environment_id and provid…
stainless-app[bot] Jan 29, 2026
afaf497
codegen metadata
stainless-app[bot] Jan 29, 2026
48e0b49
feat(client): add custom JSON encoder for extended type support
stainless-app[bot] Jan 29, 2026
09c2210
feat(agent): add annotations field to AgentExecution
stainless-app[bot] Jan 29, 2026
e1ed935
feat(api): add derivedFromOrgRole field to RoleAssignment
stainless-app[bot] Jan 30, 2026
911140b
feat(api): add mcp_integrations field and type to agent_execution
stainless-app[bot] Jan 30, 2026
5abdcae
feat(api): add user_ids filter to organization list members method
stainless-app[bot] Jan 30, 2026
320b285
feat(api): add ResourceRoleOrgAutomationsAdmin to ResourceRole enum
stainless-app[bot] Jan 30, 2026
c2fceff
feat(api): add ResourceRoleOrgGroupsAdmin to ResourceRole enum
stainless-app[bot] Jan 30, 2026
2b17fd5
codegen metadata
stainless-app[bot] Jan 31, 2026
ebb58af
codegen metadata
stainless-app[bot] Feb 2, 2026
fb4f63f
fix(api): reject double-slash prefix in secret file paths
stainless-app[bot] Feb 3, 2026
a8bd16a
codegen metadata
stainless-app[bot] Feb 3, 2026
36cb0e0
codegen metadata
stainless-app[bot] Feb 4, 2026
26f8232
codegen metadata
stainless-app[bot] Feb 4, 2026
a58a207
codegen metadata
stainless-app[bot] Feb 4, 2026
c1272d1
feat(api): add restrict_account_creation_to_scim field to organizatio…
stainless-app[bot] Feb 4, 2026
2f7c026
codegen metadata
stainless-app[bot] Feb 5, 2026
af512f5
feat(api): add port access methods and organization admission level t…
stainless-app[bot] Feb 5, 2026
71e660d
feat(api): add opus 4.6 model variants to agent supported models
stainless-app[bot] Feb 5, 2026
110c2ef
feat(api): add ExecutableDenyList to environment and organization policy
stainless-app[bot] Feb 6, 2026
371f8f7
feat(api): add scope field and enum to environment secrets
stainless-app[bot] Feb 6, 2026
4daea73
codegen metadata
stainless-app[bot] Feb 6, 2026
fb0560e
codegen metadata
stainless-app[bot] Feb 6, 2026
2154cd8
docs(api): clarify port_sharing_disabled behavior in organization policy
stainless-app[bot] Feb 7, 2026
07aa0cc
feat(api): add additional_scopes to organization SSO configuration
stainless-app[bot] Feb 9, 2026
330558d
chore(internal): bump dependencies
stainless-app[bot] Feb 9, 2026
35ed7a7
codegen metadata
stainless-app[bot] Feb 10, 2026
c1c9496
codegen metadata
stainless-app[bot] Feb 10, 2026
b997cfe
feat(api): add warm pools resource to prebuilds
stainless-app[bot] Feb 10, 2026
03d8e1f
codegen metadata
stainless-app[bot] Feb 10, 2026
008ae2b
feat(api): add exclude_group_id filter to organization list members
stainless-app[bot] Feb 11, 2026
5b7ad57
codegen metadata
stainless-app[bot] Feb 11, 2026
028bb96
codegen metadata
stainless-app[bot] Feb 11, 2026
ecb24f2
chore(internal): formatting
Feb 11, 2026
8490f73
release: 0.8.0
stainless-app[bot] Feb 11, 2026
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
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI
on:
push:
branches-ignore:
- "generated"
- "codegen/**"
- "integrated/**"
- "stl-preview-head/**"
- "stl-preview-base/**"
- 'generated'
- 'codegen/**'
- 'integrated/**'
- 'stl-preview-head/**'
- 'stl-preview-base/**'
pull_request:
branches-ignore:
- "stl-preview-head/**"
- "stl-preview-base/**"
- 'stl-preview-head/**'
- 'stl-preview-base/**'

jobs:
lint:
Expand All @@ -26,8 +26,8 @@ jobs:
curl -sSf https://rye.astral.sh/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: "0.44.0"
RYE_INSTALL_OPTION: "--yes"
RYE_VERSION: '0.44.0'
RYE_INSTALL_OPTION: '--yes'

- name: Install dependencies
run: rye sync --all-features
Expand All @@ -51,8 +51,8 @@ jobs:
curl -sSf https://rye.astral.sh/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: "0.44.0"
RYE_INSTALL_OPTION: "--yes"
RYE_VERSION: '0.44.0'
RYE_INSTALL_OPTION: '--yes'

- name: Install dependencies
run: rye sync --all-features
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Get GitHub OIDC Token
if: github.repository == 'stainless-sdks/gitpod-python'
id: github-oidc
uses: actions/github-script@00f12e3e20659f42342b1c0226afda7f7c042325 # v6
uses: actions/github-script@v8
with:
script: core.setOutput('github_token', await core.getIDToken());

Expand All @@ -88,8 +88,8 @@ jobs:
curl -sSf https://rye.astral.sh/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: "0.44.0"
RYE_INSTALL_OPTION: "--yes"
RYE_VERSION: '0.44.0'
RYE_INSTALL_OPTION: '--yes'

- name: Bootstrap
run: ./scripts/bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 170
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-2423c089f280cdf34a987d40531692097a69f4aa971c6adf9aeec4fd7984cec2.yml
openapi_spec_hash: 24037c3ab9ceca689150d07ecec7aa80
config_hash: d726afb2a92132197e4eae04303e8041
configured_endpoints: 172
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-b97dcde84128bcf3740b0cf3c2c005e1dcd1cdac9b0768a28bd734f8d83c9fa2.yml
openapi_spec_hash: 1172889d2eb3f0453514c6caae3459b3
config_hash: 49d499b8ab46cede0e3461ef7cd549ca
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# Changelog

## 0.8.0 (2026-02-11)

Full Changelog: [v0.7.0...v0.8.0](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.7.0...v0.8.0)

### Features

* [backend] Resource admin should be able to see all resource shares ([153d9ba](https://github.com/gitpod-io/gitpod-sdk-python/commit/153d9babce677adb9cda8b900b078ed7d16879b7))
* [SCIM] Configurable token expiration duration ([71eb2b6](https://github.com/gitpod-io/gitpod-sdk-python/commit/71eb2b62d685a409abe4a27129e0408758bc735f))
* [SCIM] Configurable token expiration duration ([16049ed](https://github.com/gitpod-io/gitpod-sdk-python/commit/16049ed4392e5551137a0bf7930b0a8ebcaa7b5e))
* **agent:** add annotations field to AgentExecution ([09c2210](https://github.com/gitpod-io/gitpod-sdk-python/commit/09c2210f258504cbebaed878233e2d5e06f939ec))
* **api:** add additional_scopes to organization SSO configuration ([07aa0cc](https://github.com/gitpod-io/gitpod-sdk-python/commit/07aa0cc02a4b65244104be04289c949bfb013c14))
* **api:** add announcement banner fields to organization proto ([1cbdaaa](https://github.com/gitpod-io/gitpod-sdk-python/commit/1cbdaaa69c1077d7d354991621af88f7e71e4df0))
* **api:** add derivedFromOrgRole field to RoleAssignment ([e1ed935](https://github.com/gitpod-io/gitpod-sdk-python/commit/e1ed9353e48590389e21fa38137280daeef56da9))
* **api:** add dev_runner_id to agents, dev_environment_id and provider to runners ([c345871](https://github.com/gitpod-io/gitpod-sdk-python/commit/c3458714c345048e05c74b213bcf087f3b977313))
* **api:** add exclude_group_id filter to organization list members ([008ae2b](https://github.com/gitpod-io/gitpod-sdk-python/commit/008ae2b90fef5c2f8eb5e1d624c9e5a2a6a1f83a))
* **api:** add ExecutableDenyList to environment and organization policy ([110c2ef](https://github.com/gitpod-io/gitpod-sdk-python/commit/110c2efc4f4d5dac2fa1209b7c85554060110889))
* **api:** add filters to ListPrebuilds for inventory page ([4bc3f9f](https://github.com/gitpod-io/gitpod-sdk-python/commit/4bc3f9f92f2de35c0cb1427df1af602014856000))
* **api:** add mcp_integrations field and type to agent_execution ([911140b](https://github.com/gitpod-io/gitpod-sdk-python/commit/911140bc7050b5e02daec1f207bbced61db39e0b))
* **api:** add opus 4.6 model variants to agent supported models ([71e660d](https://github.com/gitpod-io/gitpod-sdk-python/commit/71e660d25b7d164b2d37b09058aa3e74f445e5ca))
* **api:** add port access methods and organization admission level to environments ([af512f5](https://github.com/gitpod-io/gitpod-sdk-python/commit/af512f54181bc7da478f5e47b949715bec0e8b03))
* **api:** add ResourceRoleOrgAutomationsAdmin to ResourceRole enum ([320b285](https://github.com/gitpod-io/gitpod-sdk-python/commit/320b285f1fd8723e6c6fa0dc027812cff0891485))
* **api:** add ResourceRoleOrgGroupsAdmin to ResourceRole enum ([c2fceff](https://github.com/gitpod-io/gitpod-sdk-python/commit/c2fceff932dc786e8fc66d1fb44021e25f59c07e))
* **api:** add restrict_account_creation_to_scim field to organization policy ([c1272d1](https://github.com/gitpod-io/gitpod-sdk-python/commit/c1272d1a95dbcdb0366cff0c3158e3f9d4769f1a))
* **api:** add scope field and enum to environment secrets ([371f8f7](https://github.com/gitpod-io/gitpod-sdk-python/commit/371f8f7fc5e3fc882205b852aa684d5626c34e11))
* **api:** add user_ids filter to organization list members method ([5abdcae](https://github.com/gitpod-io/gitpod-sdk-python/commit/5abdcaecdc351d12e4715c1e4970d836173d6d9f))
* **api:** add warm pools resource to prebuilds ([b997cfe](https://github.com/gitpod-io/gitpod-sdk-python/commit/b997cfe8e95a7e55a645e7fa54446555ed0108e4))
* **api:** implement GetAnnouncementBanner and UpdateAnnouncementBanner handlers ([6482c1a](https://github.com/gitpod-io/gitpod-sdk-python/commit/6482c1a4b50742622a90815484c6b59020d196f6))
* **chat:** add Pylon identity verification for chat widget ([f7b7cb3](https://github.com/gitpod-io/gitpod-sdk-python/commit/f7b7cb37e2349ef60d26890c1a4cc72db34b32f8))
* **cli:** add --name flag to environment create command ([b292d8f](https://github.com/gitpod-io/gitpod-sdk-python/commit/b292d8f4fb2520ba65bb6701ac8507b16f56080e))
* **client:** add custom JSON encoder for extended type support ([48e0b49](https://github.com/gitpod-io/gitpod-sdk-python/commit/48e0b4951e34166dba1c29cd4e6b15fb2314b54e))
* **db:** add service_account_tokens table ([688cf2e](https://github.com/gitpod-io/gitpod-sdk-python/commit/688cf2e01a33ca12de9443d3857360d4223fa0f8))
* Introduce projects admin org role ([2777780](https://github.com/gitpod-io/gitpod-sdk-python/commit/2777780d987da76ab00f131c243b1ee69e39c901))
* **runner:** add capability check for ListSCMOrganizations ([4a87ef2](https://github.com/gitpod-io/gitpod-sdk-python/commit/4a87ef22bd88a83fb2eaa9255d9ae60bf8eee618))
* **types:** add RoleAssignment value to ResourceType enum ([d59ab98](https://github.com/gitpod-io/gitpod-sdk-python/commit/d59ab9810266a68d5b4cd31dd6da669d2691436f))


### Bug Fixes

* **api:** reject double-slash prefix in secret file paths ([fb4f63f](https://github.com/gitpod-io/gitpod-sdk-python/commit/fb4f63f9369cdcdb2cbc729bcd0a4bc0aa7b7745))


### Chores

* **ci:** upgrade `actions/github-script` ([d6a1726](https://github.com/gitpod-io/gitpod-sdk-python/commit/d6a1726d9806c8433ba7bc1612018bc84309147e))
* **internal:** bump dependencies ([330558d](https://github.com/gitpod-io/gitpod-sdk-python/commit/330558de3704863336c8b0bce5559237ef2d0e79))
* **internal:** formatting ([ecb24f2](https://github.com/gitpod-io/gitpod-sdk-python/commit/ecb24f297e892aecf91c294594f062c0baf6f8f5))
* update OpenAPI spec to e50946de8cddc549be7f7423903ad444632abce6 ([1176fce](https://github.com/gitpod-io/gitpod-sdk-python/commit/1176fce9b14b0bf657282228a20c222b2cb14ea5))


### Documentation

* **api:** clarify port_sharing_disabled behavior in organization policy ([2154cd8](https://github.com/gitpod-io/gitpod-sdk-python/commit/2154cd8abfa221c6c5aa4af9e85919fc927d888e))

## 0.7.0 (2026-01-21)

Full Changelog: [v0.6.0...v0.7.0](https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.6.0...v0.7.0)
Expand Down
21 changes: 21 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ from gitpod.types import (
EnvironmentRole,
EnvironmentSpec,
EnvironmentStatus,
KernelControlsConfig,
Veto,
EnvironmentCreateResponse,
EnvironmentRetrieveResponse,
EnvironmentCreateEnvironmentTokenResponse,
Expand Down Expand Up @@ -365,6 +367,23 @@ Methods:
- <code title="post /gitpod.v1.OrganizationService/ListMembers">client.organizations.<a href="./src/gitpod/resources/organizations/organizations.py">list_members</a>(\*\*<a href="src/gitpod/types/organization_list_members_params.py">params</a>) -> <a href="./src/gitpod/types/organization_member.py">SyncMembersPage[OrganizationMember]</a></code>
- <code title="post /gitpod.v1.OrganizationService/SetRole">client.organizations.<a href="./src/gitpod/resources/organizations/organizations.py">set_role</a>(\*\*<a href="src/gitpod/types/organization_set_role_params.py">params</a>) -> object</code>

## AnnouncementBanner

Types:

```python
from gitpod.types.organizations import (
AnnouncementBanner,
AnnouncementBannerUpdateResponse,
AnnouncementBannerGetResponse,
)
```

Methods:

- <code title="post /gitpod.v1.OrganizationService/UpdateAnnouncementBanner">client.organizations.announcement_banner.<a href="./src/gitpod/resources/organizations/announcement_banner.py">update</a>(\*\*<a href="src/gitpod/types/organizations/announcement_banner_update_params.py">params</a>) -> <a href="./src/gitpod/types/organizations/announcement_banner_update_response.py">AnnouncementBannerUpdateResponse</a></code>
- <code title="post /gitpod.v1.OrganizationService/GetAnnouncementBanner">client.organizations.announcement_banner.<a href="./src/gitpod/resources/organizations/announcement_banner.py">get</a>(\*\*<a href="src/gitpod/types/organizations/announcement_banner_get_params.py">params</a>) -> <a href="./src/gitpod/types/organizations/announcement_banner_get_response.py">AnnouncementBannerGetResponse</a></code>

## CustomDomains

Types:
Expand Down Expand Up @@ -435,6 +454,7 @@ Types:
from gitpod.types.organizations import (
AgentPolicy,
CrowdStrikeConfig,
ExecutableDenyList,
OrganizationPolicies,
SecurityAgentPolicy,
PolicyRetrieveResponse,
Expand Down Expand Up @@ -475,6 +495,7 @@ Types:

```python
from gitpod.types.organizations import (
AdditionalScopesUpdate,
ProviderType,
SSOConfiguration,
SSOConfigurationState,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gitpod-sdk"
version = "0.7.0"
version = "0.8.0"
description = "The official Python library for the gitpod API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
71 changes: 41 additions & 30 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
-e file:.
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.2
aiohttp==3.13.3
# via gitpod-sdk
# via httpx-aiohttp
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
anthropic==0.45.2
anyio==4.4.0
anthropic==0.79.0
anyio==4.12.1
# via anthropic
# via gitpod-sdk
# via httpx
Expand All @@ -30,25 +30,32 @@ async-timeout==5.0.1
# via aiohttp
attrs==25.4.0
# via aiohttp
bcrypt==4.2.1
# via nox
backports-asyncio-runner==1.2.0
# via pytest-asyncio
bcrypt==5.0.0
# via paramiko
certifi==2023.7.22
certifi==2026.1.4
# via httpcore
# via httpx
cffi==1.17.1
cffi==2.0.0
# via cryptography
# via pynacl
colorlog==6.7.0
colorlog==6.10.1
# via nox
cryptography==44.0.1
cryptography==46.0.5
# via paramiko
# via types-paramiko
dirty-equals==0.6.0
distlib==0.3.7
dependency-groups==1.3.1
# via nox
dirty-equals==0.11
distlib==0.4.0
# via virtualenv
distro==1.8.0
distro==1.9.0
# via anthropic
# via gitpod-sdk
docstring-parser==0.17.0
# via anthropic
exceptiongroup==1.3.1
# via anyio
# via pytest
Expand All @@ -68,18 +75,20 @@ httpx==0.28.1
# via gitpod-sdk
# via httpx-aiohttp
# via respx
httpx-aiohttp==0.1.9
httpx-aiohttp==0.1.12
# via gitpod-sdk
humanize==4.13.0
# via nox
idna==3.11
# via anyio
# via httpx
# via yarl
importlib-metadata==8.7.0
importlib-metadata==8.7.1
iniconfig==2.1.0
# via pytest
jiter==0.8.2
invoke==2.2.1
# via paramiko
jiter==0.13.0
# via anthropic
markdown-it-py==3.0.0
# via rich
Expand All @@ -91,33 +100,34 @@ multidict==6.7.0
mypy==1.17.0
mypy-extensions==1.1.0
# via mypy
nodeenv==1.9.1
nodeenv==1.10.0
# via pyright
nox==2025.11.12
packaging==25.0
# via dependency-groups
# via nox
# via pytest
pathspec==0.12.1
paramiko==4.0.0
pathspec==1.0.3
# via mypy
paramiko==3.5.1
platformdirs==3.11.0
platformdirs==4.4.0
# via virtualenv
pluggy==1.6.0
# via pytest
propcache==0.4.1
# via aiohttp
# via yarl
pydantic==2.11.9
# via anthropic
pycparser==2.22
pycparser==2.23
# via cffi
pydantic-core==2.33.2
pydantic==2.12.5
# via anthropic
# via gitpod-sdk
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via pytest
# via rich
pynacl==1.5.0
pynacl==1.6.2
# via paramiko
pyright==1.1.399
pytest==8.4.2
Expand All @@ -129,23 +139,24 @@ python-dateutil==2.9.0.post0
# via time-machine
respx==0.22.0
rich==14.2.0
ruff==0.14.7
ruff==0.14.13
six==1.17.0
# via python-dateutil
sniffio==1.3.0
sniffio==1.3.1
# via anthropic
# via anyio
# via gitpod-sdk
time-machine==2.19.0
tomli==2.3.0
tomli==2.4.0
# via dependency-groups
# via mypy
# via nox
# via pytest
types-paramiko==3.5.0.20240928
typing-extensions==4.12.2
types-paramiko==4.0.0.20250822
typing-extensions==4.15.0
# via aiosignal
# via anthropic
# via anyio
# via cryptography
# via exceptiongroup
# via gitpod-sdk
# via multidict
Expand All @@ -158,7 +169,7 @@ typing-extensions==4.12.2
# via virtualenv
typing-inspection==0.4.2
# via pydantic
virtualenv==20.35.4
virtualenv==20.36.1
# via nox
yarl==1.22.0
# via aiohttp
Expand Down
8 changes: 4 additions & 4 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
-e file:.
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.13.2
aiohttp==3.13.3
# via gitpod-sdk
# via httpx-aiohttp
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.12.0
anyio==4.12.1
# via gitpod-sdk
# via httpx
async-timeout==5.0.1
# via aiohttp
attrs==25.4.0
# via aiohttp
certifi==2025.11.12
certifi==2026.1.4
# via httpcore
# via httpx
distro==1.9.0
Expand All @@ -43,7 +43,7 @@ httpcore==1.0.9
httpx==0.28.1
# via gitpod-sdk
# via httpx-aiohttp
httpx-aiohttp==0.1.9
httpx-aiohttp==0.1.12
# via gitpod-sdk
idna==3.11
# via anyio
Expand Down
Loading