Skip to content

Fix RedisDSN issue that broke with latest pushes#187

Merged
leikahing merged 1 commit into
masterfrom
fix-redis-dsn-issue
Jun 9, 2025
Merged

Fix RedisDSN issue that broke with latest pushes#187
leikahing merged 1 commit into
masterfrom
fix-redis-dsn-issue

Conversation

@leikahing

Copy link
Copy Markdown
Collaborator

Since I tend to be very liberal on transitive dependencies, the code broke on startup with some changes to Redis/Pydantic - Pydantic RedisDSN is now a URL object on the backend and not a string-ish type with a 'starts_with' method, so we need to explicitly make a string out of the redis URL before using it.

Since I tend to be very liberal on transitive dependencies, the code
broke on startup with some changes to Redis/Pydantic - Pydantic RedisDSN
is now a URL object on the backend and not a string-ish type with a 'starts_with'
method, so we need to explicitly make a string out of the redis URL before using
it.
@leikahing leikahing merged commit 40d60d7 into master Jun 9, 2025
1 check passed
@leikahing leikahing deleted the fix-redis-dsn-issue branch June 9, 2025 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant