Thanks to visit codestin.com
Credit goes to github.com
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
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
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 }}
sawez-deepsource
/
python-msgspec
Public
forked from
msgspec/msgspec
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-msgspec
tests
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2026
Update repo references (#1045)
ofek
authored
7af4883
View commit details
Copy full SHA for 7af4883
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
Support Literal[True] and Literal[False] types (#1004)
Show description for 3b2543b
Siyet
authored
3b2543b
View commit details
Copy full SHA for 3b2543b
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
Fix argument type annotation of defstruct() (#1014)
Show description for 754e636
ypnos
authored
754e636
View commit details
Copy full SHA for 754e636
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
fix wrapping `ValidationError` and `DecodeError` in `ValidationError` in `dec_hook` #1012 (#1013)
Show description for 4ce20fa
provinzkraut
and
jcrist
authored
4ce20fa
View commit details
Copy full SHA for 4ce20fa
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
Call `__post_init__` from `msgspec.structs.replace`/`copy.replace` (#1000)
Show description for f13b8cb
jcrist
authored
f13b8cb
View commit details
Copy full SHA for f13b8cb
View code at this point
Browse repository at this point
Support custom enum metaclasses (#824)
Show description for 30495ae
UnknownPlatypus
authored
30495ae
View commit details
Copy full SHA for 30495ae
View code at this point
Browse repository at this point
Fix UnsetType truthiness narrowing in type stubs (#975)
Show description for c01df28
overlorde
and
jcrist
authored
c01df28
View commit details
Copy full SHA for c01df28
View code at this point
Browse repository at this point
Add `uniqueItems` to `set` and `frozenset` json schema (#984)
Show description for 46fe6b0
sobolevn
and
jcrist
authored
46fe6b0
View commit details
Copy full SHA for 46fe6b0
View code at this point
Browse repository at this point
Fix NamedTuple hash returning 0 on Python 3.14+ (#980)
Show description for 7e90e24
worksbyfriday
and
jcrist
authored
7e90e24
View commit details
Copy full SHA for 7e90e24
View code at this point
Browse repository at this point
Decrement refcount for encoded set items (#991)
Show description for b5040d5
3 people
authored
b5040d5
View commit details
Copy full SHA for b5040d5
View code at this point
Browse repository at this point
Commits on Nov 23, 2025
Add utilities for `Struct`-like checks (#950)
ofek
authored
f78a1e7
View commit details
Copy full SHA for f78a1e7
View code at this point
Browse repository at this point
Fix refcount leak to `re.Pattern` when using `Meta(pattern=...)` (#899)
Show description for 233d916
provinzkraut
and
ofek
authored
233d916
View commit details
Copy full SHA for 233d916
View code at this point
Browse repository at this point
fix inspection for structs that use the `StructMeta` metaclass (#941) (#945)
Show description for b1266b1
provinzkraut
and
ofek
authored
b1266b1
View commit details
Copy full SHA for b1266b1
View code at this point
Browse repository at this point
Commits on Nov 15, 2025
Isolate build configuration (#935)
ofek
authored
5d9c31c
View commit details
Copy full SHA for 5d9c31c
View code at this point
Browse repository at this point
Enable import sorting Ruff rule (#896)
Hasnep
authored
64d6882
View commit details
Copy full SHA for 64d6882
View code at this point
Browse repository at this point
Commits on Nov 14, 2025
Support mixing with ABCMeta (#928)
ofek
authored
03c91d2
View commit details
Copy full SHA for 03c91d2
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
Add performance profiling (#923)
ofek
authored
0191e29
View commit details
Copy full SHA for 0191e29
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
Organize tests (#922)
ofek
authored
70d3434
View commit details
Copy full SHA for 70d3434
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
Update developer experience (#918)
ofek
authored
97ddb24
View commit details
Copy full SHA for 97ddb24
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Improve build hygiene in test job (#911)
ofek
authored
0c764a6
View commit details
Copy full SHA for 0c764a6
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Check links in docs (#897)
ofek
authored
37bb302
View commit details
Copy full SHA for 37bb302
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Upgrade ruff in pre-commit to v0.14 (#889)
Show description for 44f3dcb
Hasnep
and
ofek
authored
44f3dcb
View commit details
Copy full SHA for 44f3dcb
View code at this point
Browse repository at this point
Expose `StructMeta` in Python API (#890)
Show description for 546f21d
3 people
authored
546f21d
View commit details
Copy full SHA for 546f21d
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
add free-threading support (#877)
Show description for a5d3f8e
kumaraditya303
and
JelleZijlstra
authored
a5d3f8e
View commit details
Copy full SHA for a5d3f8e
View code at this point
Browse repository at this point
Add 3.14 to CI (#888)
ofek
authored
2dc6860
View commit details
Copy full SHA for 2dc6860
View code at this point
Browse repository at this point
Relax all getrefcount tests to allow lower numbers (#854)
hroncok
authored
a365c4b
View commit details
Copy full SHA for a365c4b
View code at this point
Browse repository at this point
Fix crash when TypedDict contains incorrect metadata (#853)
JelleZijlstra
authored
0f347bf
View commit details
Copy full SHA for 0f347bf
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
Set shape on exported memoryviews
Show description for bc60e96
jcrist
committed
bc60e96
View commit details
Copy full SHA for bc60e96
View code at this point
Browse repository at this point
Commits on Dec 27, 2024
Use eval_type_backport on Python 3.9 if it's installed to resolve `int | None` etc. (#773)
Show description for 4418e5e
ashb
and
jcrist
authored
4418e5e
View commit details
Copy full SHA for 4418e5e
View code at this point
Browse repository at this point
Commits on Nov 15, 2024
Don't fail when parsing types with invalid `__parameters__`
jcrist
committed
595c33c
View commit details
Copy full SHA for 595c33c
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
Upgrade ruff in pre-commit
jcrist
committed
76cbca6
View commit details
Copy full SHA for 76cbca6
View code at this point
Browse repository at this point
Remove deprecated `from_builtins`
jcrist
committed
07e2abd
View commit details
Copy full SHA for 07e2abd
View code at this point
Browse repository at this point
Commits on Oct 20, 2024
Support encoding any enum type whose value is supported
Show description for 29390b0
jcrist
committed
29390b0
View commit details
Copy full SHA for 29390b0
View code at this point
Browse repository at this point
Drop Python 3.8 support
jcrist
committed
9d69034
View commit details
Copy full SHA for 9d69034
View code at this point
Browse repository at this point
Don't encode dataclass classes
Show description for ada66a7
jcrist
committed
ada66a7
View commit details
Copy full SHA for ada66a7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.