Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error due to new starlette #26

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Fix error due to new starlette #26

merged 3 commits into from
Feb 6, 2024

Conversation

beenje
Copy link
Collaborator

@beenje beenje commented Feb 6, 2024

  • Fix FileNotFoundError when .env doesn't exist
    Config(".env") used to fail silently but now raises FileNotFoundError.
    .env is only used during development.
    For prod, we rely on env variables.
  • update requirements
  • update pre-commit

Config(".env") used to fail silently but now raises FileNotFoundError.

.env is only used during development.
For prod, we rely on env variables.
@beenje beenje requested a review from emanuelelaface February 6, 2024 14:26
@emanuelelaface emanuelelaface merged commit e12f31a into master Feb 6, 2024
6 checks passed
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.

2 participants