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
.
openai
/
openai-agents-python
Public
Notifications
You must be signed in to change notification settings
Fork
4.5k
Star
28.5k
Code
Issues
10
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
fix(memory): preserve DaprSession created_at across writes
- #4213
#4213
Merged
seratch
merged 10 commits into
openai:main
openai/openai-agents-python:main
from
adityasingh2400:fix/dapr-created-at-preserved
adityasingh2400/openai-agents-python:fix/dapr-created-at-preserved
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
fix(memory): preserve DaprSession created_at across writes
#4213
seratch
merged 10 commits into
openai:main
openai/openai-agents-python:main
from
adityasingh2400:fix/dapr-created-at-preserved
adityasingh2400/openai-agents-python:fix/dapr-created-at-preserved
Copy head branch name to clipboard
Commits
Commits on Aug 5, 2026
fix(memory): preserve DaprSession created_at across writes
Show description for e016c25
adityasingh2400
committed
e016c25
View commit details
Copy full SHA for e016c25
Browse repository at this point
Make the DaprSession metadata write conditional on its etag
Show description for 2c7eb25
adityasingh2400
committed
2c7eb25
View commit details
Copy full SHA for 2c7eb25
Browse repository at this point
Do not fail an append when only the metadata write gives up
Show description for d4f4d3b
adityasingh2400
committed
d4f4d3b
View commit details
Copy full SHA for d4f4d3b
Browse repository at this point
Redact the metadata warning through the shared logging helper
Show description for d829b2f
adityasingh2400
committed
d829b2f
View commit details
Copy full SHA for d829b2f
Browse repository at this point
Read the item content with .get in the metadata failure test
Show description for a80e040
adityasingh2400
committed
a80e040
View commit details
Copy full SHA for a80e040
Browse repository at this point
Commits on Aug 6, 2026
Guard the metadata write only when a real etag was read
Show description for 7c30e9a
adityasingh2400
committed
7c30e9a
View commit details
Copy full SHA for 7c30e9a
Browse repository at this point
Normalize the missing metadata etag to None
Show description for b62d510
adityasingh2400
committed
b62d510
View commit details
Copy full SHA for b62d510
Browse repository at this point
Merge branch 'main' into fix/dapr-created-at-preserved
adityasingh2400
authored
cd4af71
View commit details
Copy full SHA for cd4af71
Browse repository at this point
Commits on Aug 7, 2026
Document the stale-read window under eventual consistency
adityasingh2400
committed
16d0e24
View commit details
Copy full SHA for 16d0e24
Browse repository at this point
Drop the consistency read-guarantee claim and cover the warning policies
Show description for 8d0e136
adityasingh2400
committed
8d0e136
View commit details
Copy full SHA for 8d0e136
Browse repository at this point
You can’t perform that action at this time.