Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
mirurobotics
/
python-server-sdk
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
release: 0.7.0
- #11
#11
Closed
stainless-app[bot]
wants to merge 22 commits into
main
mirurobotics/python-server-sdk:main
from
release-please--branches--main--changes--next
mirurobotics/python-server-sdk:release-please--branches--main--changes--next
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Closed
release: 0.7.0
#11
stainless-app[bot]
wants to merge 22 commits into
main
mirurobotics/python-server-sdk:main
from
release-please--branches--main--changes--next
mirurobotics/python-server-sdk:release-please--branches--main--changes--next
Copy head branch name to clipboard
Commits
Commits on Oct 21, 2025
codegen metadata
stainless-app[bot]
committed
964c77c
View commit details
Copy full SHA for 964c77c
Browse repository at this point
codegen metadata
stainless-app[bot]
committed
9109c24
View commit details
Copy full SHA for 9109c24
Browse repository at this point
Commits on Oct 30, 2025
fix(client): close streams without requiring full consumption
stainless-app[bot]
committed
c50bca7
View commit details
Copy full SHA for c50bca7
Browse repository at this point
Commits on Oct 31, 2025
chore(internal/tests): avoid race condition with implicit client cleanup
stainless-app[bot]
committed
445023e
View commit details
Copy full SHA for 445023e
Browse repository at this point
Commits on Nov 4, 2025
chore(internal): grammar fix (it's -> its)
stainless-app[bot]
committed
5c82d3a
View commit details
Copy full SHA for 5c82d3a
Browse repository at this point
Commits on Nov 11, 2025
chore(package): drop Python 3.8 support
stainless-app[bot]
committed
80b7c35
View commit details
Copy full SHA for 80b7c35
Browse repository at this point
fix: compat with Python 3.14
stainless-app[bot]
committed
6e10abe
View commit details
Copy full SHA for 6e10abe
Browse repository at this point
Commits on Nov 12, 2025
fix(compat): update signatures of `model_dump` and `model_dump_json` for Pydantic v1
stainless-app[bot]
committed
b71ebf9
View commit details
Copy full SHA for b71ebf9
Browse repository at this point
Commits on Nov 22, 2025
chore: add Python 3.14 classifier and testing
stainless-app[bot]
committed
6df3ecd
View commit details
Copy full SHA for 6df3ecd
Browse repository at this point
Commits on Nov 28, 2025
fix: ensure streams are always closed
stainless-app[bot]
committed
ab93bca
View commit details
Copy full SHA for ab93bca
Browse repository at this point
chore(deps): mypy 1.18.1 has a regression, pin to 1.17
stainless-app[bot]
committed
d644966
View commit details
Copy full SHA for d644966
Browse repository at this point
Commits on Dec 3, 2025
chore: update lockfile
stainless-app[bot]
committed
f840597
View commit details
Copy full SHA for f840597
Browse repository at this point
chore(docs): use environment variables for authentication in code snippets
stainless-app[bot]
committed
ee97b11
View commit details
Copy full SHA for ee97b11
Browse repository at this point
Commits on Dec 5, 2025
refactor(api)!: change route to be /beta instead of /v1
stainless-app[bot]
committed
6b7bd87
View commit details
Copy full SHA for 6b7bd87
Browse repository at this point
Commits on Dec 9, 2025
fix(types): allow pyright to infer TypedDict types within SequenceNotStr
stainless-app[bot]
committed
7769f80
View commit details
Copy full SHA for 7769f80
Browse repository at this point
chore: add missing docstrings
stainless-app[bot]
committed
37f1eae
View commit details
Copy full SHA for 37f1eae
Browse repository at this point
Commits on Dec 16, 2025
chore(internal): add missing files argument to base client
stainless-app[bot]
committed
1d7820f
View commit details
Copy full SHA for 1d7820f
Browse repository at this point
Commits on Dec 17, 2025
chore: speedup initial import
stainless-app[bot]
committed
4ebe231
View commit details
Copy full SHA for 4ebe231
Browse repository at this point
Commits on Dec 18, 2025
fix: use async_to_httpx_files in patch method
stainless-app[bot]
committed
4c68967
View commit details
Copy full SHA for 4c68967
Browse repository at this point
Commits on Dec 19, 2025
chore(internal): add `--fix` argument to lint script
stainless-app[bot]
committed
22cd02f
View commit details
Copy full SHA for 22cd02f
Browse repository at this point
Commits on Jan 8, 2026
refactor(api): api domain from miruml to mirurobotics
stainless-app[bot]
committed
c4127dd
View commit details
Copy full SHA for c4127dd
Browse repository at this point
release: 0.7.0
stainless-app[bot]
authored
18e2399
View commit details
Copy full SHA for 18e2399
Browse repository at this point
You can’t perform that action at this time.