Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/sponsors/our-sponsors/elastic/contents.lr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Elastic
---
about:
---
tier: Silver
---
url: https://www.elastic.co/
Binary file added content/sponsors/our-sponsors/elastic/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions content/sponsors/our-sponsors/gitbutler/contents.lr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: GitButler
---
about: GitButler is the Git-backed change management tool for modern, AI coding workflows. Parallel and stacked branches, unlimited undo, agent integrations, and more. It’s Git, refined.
---
tier: Gold
---
url: https://gitbutler.com/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Microsoft Azure Databases
---
about: Azure databases help Python developers build applications without friction at the data layer. Using familiar Python drivers, frameworks, and tools, you can move from local development to global scale while Azure handles availability, security, and operations. From Azure Cosmos DB for low-latency NoSQL and AI-native workloads with built-in vector and hybrid search, to Azure Database for PostgreSQL for open-source relational data with vector support and modern AI patterns, to Azure DocumentDB for open-source, MongoDB-compatible flexibility, and Azure SQL Database and SQL Server for trusted transactional systems—Azure gives Python teams choice without lock-in. With vector search, hybrid queries, and deep integration with Python AI frameworks, Azure databases power RAG pipelines, intelligent agents, and data-driven applications, so you can focus on building software while we run the databases.
---
tier: Diamond
---
url: https://azure.microsoft.com/en-us/products/category/databases
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions templates/sponsor-tiers.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>Sponsorship Tiers</h2>
<tbody>
{{ render_row("Availability", "", "availability", this.children.include_undiscoverable(true)) }}
{{ render_section("Tickets", this.children.include_undiscoverable(true)) }}
{{ render_row("Complementary conference passes (in person)", "", "in_person_passes", this.children.include_undiscoverable(true)) }}
{{ render_row("Complementary conference passes (remote)", "", "remote_passes", this.children.include_undiscoverable(true)) }}
{{ render_row("Complimentary conference passes (in person)", "", "in_person_passes", this.children.include_undiscoverable(true)) }}
{{ render_row("Complimentary conference passes (remote)", "", "remote_passes", this.children.include_undiscoverable(true)) }}
{{ render_section("Benefits", this.children.include_undiscoverable(true)) }}
{{ render_row("Logo on website and press releases", "", "logo", this.children.include_undiscoverable(true)) }}
{{ render_row("Social Media Mentions", "", "social_media_mentions", this.children.include_undiscoverable(true)) }}
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pytest-playwright==0.7.0
python-slugify==8.0.4
pytz==2025.2
requests==2.32.5
setuptools==81.0.0 # necessary because 82.0.0 deprecates pkg_resources, which lektor needs
text-unidecode==1.3
typing_extensions==4.15.0
urllib3==2.5.0
Expand Down