Skip to content

Merge pull request #28 from Huynhthuongg/AGENTS fix: remove non-existent httpx2 dependency#54

Open
Huynhthuongg wants to merge 22 commits into
codex/review-code-and-propose-fixesfrom
feature/weather-dashboard-enhanced
Open

Merge pull request #28 from Huynhthuongg/AGENTS fix: remove non-existent httpx2 dependency#54
Huynhthuongg wants to merge 22 commits into
codex/review-code-and-propose-fixesfrom
feature/weather-dashboard-enhanced

Conversation

@Huynhthuongg

Copy link
Copy Markdown
Member

No description provided.

Huynhthuongg and others added 19 commits June 3, 2026 07:44
…e-fixes-at7thi

Unify CI checks behind `./scripts/check.sh`, add codespell and dependency validation
Merge pull request #10 from Huynhthuongg/codex/review-code-and-propose-fixes-at7thi

Unify CI checks behind `./scripts/check.sh`, add codespell and dependency validation
…alytics-w-ufsgkw

Merge pull request #14 from Huynhthuongg/main

Merge pull request #10 from Huynhthuongg/codex/review-code-and-propose-fixes-at7thi

Unify CI checks behind `./scripts/check.sh`, add codespell and dependency validation
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Update README.md

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Merge pull request #25 from Huynhthuongg/main
Revert "Merge pull request #25 from Huynhthuongg/main"
- Remove httpx2>=2.3,<3.0 from pyproject.toml (line 24)
- Remove httpx2 from check.sh module validation (line 11)
- Keep httpx>=0.28,<1.0 which is the correct package

Fixes dependency resolution errors in CI/CD and local setup.
fix: remove non-existent httpx2 dependency
- Add Weather Dashboard with real-time weather fetching
- Integrate OpenWeatherMap API for global weather data
- Implement responsive HTML5 UI with modern design
- Add city search functionality with autocomplete
- Add save/favorite cities with SQLite database
- Include comprehensive weather details (temperature, humidity, wind, pressure, sunrise/sunset)
- Add security headers and error handling
- Responsive design for mobile, tablet, and desktop
- FastAPI with async/await pattern
- Complete API documentation

Files added:
- weather_dashboard/config.py - Configuration management
- weather_dashboard/models.py - Data models (WeatherData, SavedCity, etc.)
- weather_dashboard/weather_service.py - OpenWeatherMap API integration
- weather_dashboard/database.py - SQLite database operations
- weather_dashboard/app.py - FastAPI application and routes
- weather_dashboard/templates.py - Beautiful HTML dashboard
- weather_dashboard/__init__.py - Package initialization
- config/weather.env.example - Environment configuration example
- README_WEATHER.md - Complete documentation
feat: add weather dashboard application
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> (#39)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> (#39) (#47)
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Huynhthuongg Huynhthuongg linked an issue Jun 16, 2026 that may be closed by this pull request
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> (#39) (#47) (#72)
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agents-md Ready Ready Preview, Comment Jun 23, 2026 8:35pm
agents-md-2gem Error Error Jun 23, 2026 8:35pm
agents-md-bh6q Ready Ready Preview, Comment Jun 23, 2026 8:35pm
agents-md-fudg Ready Ready Preview, Comment Jun 23, 2026 8:35pm
agents-md-kgvd Ready Ready Preview, Comment Jun 23, 2026 8:35pm
agents-md-lomu Ready Ready Preview, Comment Jun 23, 2026 8:35pm

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> (#39) (#47) (#72) (#73)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> (#39) (#47) (#72) (#73) (#85)
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.

Qlty: pathlib.Path imported but unused

1 participant